Update RMD Psono Install.txt
This commit is contained in:
parent
26f36d93b6
commit
a93cc2f758
1 changed files with 9 additions and 2 deletions
|
@ -1,12 +1,19 @@
|
||||||
# Install Psono Docker
|
# Install Psono Docker
|
||||||
|
|
||||||
Installation with Docker
|
# Installation with Docker
|
||||||
If you have docker running, then the database is just one command away:
|
# If you have docker running, then the database is just one command away:
|
||||||
|
|
||||||
First create the folder for your data e.g.:
|
First create the folder for your data e.g.:
|
||||||
|
|
||||||
sudo mkdir -p /home/debian/docker/psono/postgres
|
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
|
# Send a test email
|
||||||
|
|
||||||
# Start the database container
|
# Start the database container
|
||||||
|
|
Loading…
Reference in a new issue