From 66c35794a1cc1dbe1bf70c523b7061b86e864728 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Wed, 15 Jun 2022 22:01:59 +0200 Subject: [PATCH] docs: Update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a635f9b..e615429 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,7 @@ You first need to manually use the normal seafile docker image to generate the m 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` +`python3 manage.py createsuperuser`. Then you can run this image, and mount the configuration files. -- GitLab