mirror of
https://github.com/codl/forget
synced 2025-01-14 00:13:21 +01:00
forgot to put database setup in readme
This commit is contained in:
parent
ac6f7203d8
commit
ac7a93dee3
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user