Update dev server instructions

This commit is contained in:
Jonas Schäfer
2020-03-05 18:46:42 +01:00
parent e985fe9c61
commit 936b5a7a89
2 changed files with 3 additions and 0 deletions

1
.envrc
View File

@@ -1,4 +1,5 @@
layout python3
export QUART_APP=snikket_web:app
export QUART_ENV=development
export SNIKKET_WEB_CONFIG="$(pwd)/.local/web_config.py"

View File

@@ -8,5 +8,7 @@ $ mkdir .local
$ cp web_config.example.py .local/web_config.py
$ $EDITOR .local/web_config.py # to adapt the configuration to your needs
$ pip install -r requirements.txt
$ pip install -r build-requirements.txt
$ make
$ quart run
```