diff --git a/installation.rst b/installation.rst index 63cbdfc..88dc004 100644 --- a/installation.rst +++ b/installation.rst @@ -8,11 +8,37 @@ Installation $ wget -O - https://deb.entrouvert.org/entrouvert.gpg | apt-key add - $ echo deb http://deb.entrouvert.org/ buster main >> /etc/apt/sources.list + $ apt update -2. Install the package:: +2. Create the database:: + + $ apt install apg + $ PASSWORD=$(apg -n 1 -M NCL -m 20) + $ apt install postgresql + $ su - postgres -c psql < /etc/authentic2/settings.d/database.py <`__.