Skip to content

Commit

Permalink
Updated Heroku Procfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Apr 7, 2020
1 parent ab73f80 commit 90b9e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: pybabel compile -d mosp/translations; python runserver.py
init: python manager.py db_init
init: flask db_init
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ $ poetry shell
$ pybabel compile -d mosp/translations
$ export FLASK_APP=runserver.py
$ export FLASK_ENV=development
$ python db_create
$ python db_init
$ python import_licenses_from_spdx
$ python create_admin --nickname <nickname> --password <password>
$ flask db_create
$ flask db_init
$ flask import_licenses_from_spdx
$ flask create_admin --nickname <nickname> --password <password>
$ flask run
* Serving Flask app "runserver" (lazy loading)
* Environment: development
Expand Down

0 comments on commit 90b9e54

Please sign in to comment.