diff --git a/RMD Psono Install.txt b/RMD Psono Install.txt index b0d18a6..3c15a06 100644 --- a/RMD Psono Install.txt +++ b/RMD Psono Install.txt @@ -1,12 +1,19 @@ # Install Psono Docker -Installation with Docker -If you have docker running, then the database is just one command away: +# Installation with Docker +# If you have docker running, then the database is just one command away: First create the folder for your data e.g.: sudo mkdir -p /home/debian/docker/psono/postgres +# Generate keys +# Execute the command below to generate your cryptographic keys which you need in the next step. + +docker run --rm -ti psono/psono-combo:latest python3 ./psono/manage.py generateserverkeys + + + # Send a test email # Start the database container