mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 13:41:49 +02:00
Make umap use the created local configuration file
This commit is contained in:
parent
a166dc1088
commit
1d4fe98e28
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,11 @@ you will need to run again this last line.*
|
||||||
wget https://raw.githubusercontent.com/umap-project/umap/master/umap/settings/local.py.sample -O /etc/umap/umap.conf
|
wget https://raw.githubusercontent.com/umap-project/umap/master/umap/settings/local.py.sample -O /etc/umap/umap.conf
|
||||||
|
|
||||||
|
|
||||||
|
## Make umap use the local configuration file
|
||||||
|
|
||||||
|
export UMAP_SETTINGS=/srv/umap/local.py
|
||||||
|
|
||||||
|
|
||||||
## Create the tables
|
## Create the tables
|
||||||
|
|
||||||
umap migrate
|
umap migrate
|
||||||
|
@ -145,6 +150,8 @@ chdir = /srv/umap/
|
||||||
module = umap.wsgi
|
module = umap.wsgi
|
||||||
# the virtualenv (full path)
|
# the virtualenv (full path)
|
||||||
home = /srv/umap/venv
|
home = /srv/umap/venv
|
||||||
|
# set path local configuration file
|
||||||
|
env = UMAP_SETTINGS=/srv/umap/local.py
|
||||||
|
|
||||||
# process-related settings
|
# process-related settings
|
||||||
# master
|
# master
|
||||||
|
|
Loading…
Reference in a new issue