migration tracking.

This commit is contained in:
fiatjaf
2020-09-04 21:33:30 -03:00
committed by fiatjaf
parent f238b3d1ef
commit c965bca41d
17 changed files with 86 additions and 130 deletions
+2 -3
View File
@@ -19,11 +19,10 @@ $ source ./.venv/bin/activate
You will need to set the variables in `.env.example`, and rename the file to `.env`.
Run the migrations and the Flask server:
Run the server:
```sh
(.venv) $ flask migrate
(.venv) $ flask run
(.venv) $ python main.py
```
You might also need to install additional packages, depending on the [backend wallet](./wallets.md) you use.