Skip to content
Snippets Groups Projects
Commit 7cbbf8b4 authored by rixx's avatar rixx
Browse files

Add development doc instructions

parent b2c997ef
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,11 @@ You can also use virtualenv with the supplied `requirements.txt`. ...@@ -19,7 +19,11 @@ You can also use virtualenv with the supplied `requirements.txt`.
## development ## development
Before running uffd, you need to create the database with `flask db upgrade`. Clone this repository with the `--recurse-submodules` flag to retrieve submodule dependencies.
Before running uffd, you need to create the database with `flask db upgrade`. The database is placed in
`instance/uffd.sqlit3`.
Then use `flask run` to start the application: Then use `flask run` to start the application:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment