From 26f36d93b6d9d6a713dbf7b607b4a5679b8e2cc2 Mon Sep 17 00:00:00 2001 From: "rob.mcewan" Date: Thu, 31 Oct 2024 02:03:59 +0000 Subject: [PATCH] Add RMD Psono Install.txt --- RMD Psono Install.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 RMD Psono Install.txt diff --git a/RMD Psono Install.txt b/RMD Psono Install.txt new file mode 100644 index 0000000..b0d18a6 --- /dev/null +++ b/RMD Psono Install.txt @@ -0,0 +1,32 @@ +# Install Psono Docker + +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 + +# Send a test email + +# Start the database container +docker run --name psono-database \ + -v /home/debian/docker/psono/postgres:/var/lib/postgresql/data \ + -e POSTGRES_USER=psono \ + -e POSTGRES_PASSWORD=Cj2BPQLsBCI3 \ + -d --restart=unless-stopped \ + -p 5432:5432 postgres:13-alpine + + + + + + + +EMAIL_FROM: 'noreply@rmdigital.io' +EMAIL_HOST: 'mail.rmdigital.io' +EMAIL_HOST_USER: 'noreply@rmdigital.io' +EMAIL_HOST_PASSWORD : 'Cj2BPQLsBCI3' +EMAIL_PORT: 587 +EMAIL_SUBJECT_PREFIX: '' +EMAIL_USE_TLS: False \ No newline at end of file