From 571a70162cd8b9e01aa82c6532c8f31c08537a31 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 7 Nov 2018 17:02:15 +0100 Subject: [PATCH] Update the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e5aba2..ead9e49 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ PIPENV_VENV_IN_PROJECT=1 pipenv --three update pipenv run ./manage.py compilemessages ``` +When editing the `.env` file, you should at least set `KHAGANAT_SECRET_KEY` to a random value, `KHAGANAT_DEBUG` to `"True"` and `KHAGANAT_HOSTNAMES` to `"localhost"`. + To run this web application, you need a database. The simplest way is to download the one from the test server (`scp cipra.khaganat.net:/var/www/khaganat-web/db.sqlite3 db.sqlite3`). If you really want to start from scratch, you have to run the following commands: ```