From 165986fb89e0735b621ca244edca16ef0708b7cd Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Fri, 13 Sep 2019 05:52:26 +0200 Subject: [PATCH] Added createsuperuser info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 242ab33..9611a05 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ ansible-playbook --ask-become-pass -i inventory.ini playbook.yml --check --diff This command will show you the changes that would be applied to your system. If you are confortable with them, rerun the same command without the `--check` flag. +Once installation is complete, run `/srv/funkwhale/virtualenv/bin/python /srv/funkwhale/api/manage.py createsuperuser` to create your admin account. Role Variables -------------- -- GitLab