Update page 'Configuration'
parent
796b3aa197
commit
cb0dd01875
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Pan.do/ra configuration
|
# Pan.do/ra configuration
|
||||||
|
|
||||||
## settings_local.py
|
## settings_local.py
|
||||||
|
|
||||||
located at /srv/pandora/pandora/local_settings.py
|
located at /srv/pandora/pandora/local_settings.py
|
||||||
* your database connection, i.e.:
|
* your database connection, i.e.:
|
||||||
|
|
||||||
|
@ -38,8 +39,8 @@ DATA_SERVICE = 'https://data.0xdb.org/api/'
|
||||||
```
|
```
|
||||||
|
|
||||||
* webserver integration:
|
* webserver integration:
|
||||||
*
|
|
||||||
* nginx:
|
* nginx:
|
||||||
|
|
||||||
```
|
```
|
||||||
XACCELREDIRECT = True
|
XACCELREDIRECT = True
|
||||||
|
@ -73,6 +74,7 @@ sudo -u pandora /srv/pandora/update.py db
|
||||||
/srv/pandora/ctl reload
|
/srv/pandora/ctl reload
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## poster/icon scripts
|
## poster/icon scripts
|
||||||
|
|
||||||
if you customize your scripts, replace poster.py, item_icon.py or list_icon.py with your version.
|
if you customize your scripts, replace poster.py, item_icon.py or list_icon.py with your version.
|
||||||
|
|
Loading…
Reference in a new issue