From e3e90281cdd7958f3affb74cd8a3d5535ec47c3d Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Tue, 23 Jul 2019 19:35:16 +0200 Subject: [PATCH] Reference setenv.sh in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e295ae3..a465d16 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ config files, the superuser, and migrate the databases. If you additionally wish to use PostgreSQL, you’ll also need to run `python manage.py createsuperuser` and `python manage.py syncdb` to migrate that database. +Use `/haiwen/seafile-server-latest/seahub/setenv.sh` to load the environment variables +needed by `manage.py` + Then you can run this image, and mount the configuration files. -- GitLab