2
0
mirror of https://github.com/codl/forget synced 2025-01-14 16:26:27 +01:00

forgot to put database setup in readme

This commit is contained in:
codl 2017-08-08 15:40:28 +02:00
parent ac6f7203d8
commit ac7a93dee3
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A

View File

@ -20,6 +20,10 @@ $ pip install -r requirements.txt
$ cp config.example.py config.py
$ $EDITOR config.py
$ # set up database schema
$ createdb forget
$ env FLASK_APP=forget.py flask db upgrade
$ # start web server and background worker
$ honcho start
```