diff --git a/RMD Psono Install.txt b/RMD Psono Install.txt index 90c0a2c..5faed2e 100644 --- a/RMD Psono Install.txt +++ b/RMD Psono Install.txt @@ -53,6 +53,12 @@ docker run --name psono-server \ -v /home/debian/docker/psono/settings.yaml:/root/.psono_server/settings.yaml \ -ti psono/psono-combo-enterprise:latest python3 ./psono/manage.py python3 verifyuseremail rgmcewan@outlook.com +# Promose first user to admin using cli + +docker run --rm \ + -v /home/debian/docker/psono/settings.yaml:/root/.psono_server/settings.yaml \ + -ti psono/psono-combo:latest python3 ./psono/manage.py promoteuser rgmcewan@outlook.com superuser +