Update the README
This commit is contained in:
parent
81caa19562
commit
571a70162c
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ PIPENV_VENV_IN_PROJECT=1 pipenv --three update
|
||||||
pipenv run ./manage.py compilemessages
|
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:
|
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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue