From a93cc2f758d7fe26e9daaa12b04cc89abd43756a Mon Sep 17 00:00:00 2001 From: "rob.mcewan" Date: Thu, 31 Oct 2024 02:06:58 +0000 Subject: [PATCH] Update RMD Psono Install.txt --- RMD Psono Install.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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