From 1d4fe98e2855b538ad0424748d73eed8618ded32 Mon Sep 17 00:00:00 2001 From: remco Date: Fri, 19 Jan 2018 22:01:30 +0100 Subject: [PATCH] Make umap use the created local configuration file --- docs/ubuntu.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ubuntu.md b/docs/ubuntu.md index 9e21405b..2b8c93be 100644 --- a/docs/ubuntu.md +++ b/docs/ubuntu.md @@ -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 +## Make umap use the local configuration file + + export UMAP_SETTINGS=/srv/umap/local.py + + ## Create the tables umap migrate @@ -145,6 +150,8 @@ chdir = /srv/umap/ module = umap.wsgi # the virtualenv (full path) home = /srv/umap/venv +# set path local configuration file +env = UMAP_SETTINGS=/srv/umap/local.py # process-related settings # master