git clone git@github.com:petak5/IIS.git
cd IIS/
cd src/
pipenv install
(run on first run or after Pipfile was changed)
cp .env_example .env
- Modify configuration in
.env
using text editor of your choice
pipenv shell
flask db init
flask db migrate
flask db upgrade
exit
Note: Steps 3 and 4 have to be re-ran after any changes to db model
pipenv run python run.py