Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner authored Oct 31, 2019
2 parents aba5514 + 595bc59 commit 246832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Simple, light-weight server for RF commands (such as: IR, 433 MHz etc.) for appl
* in project directory press `pip install -r requirements.txt`
* create MongoDB database named `ir-commands`.
* create collection named `commands`.
* set `DATABASE_URL` env ver with MongoDB URL for example `mongodb://<dbuser>:<dbpassword>@<ip>:<port>/ir-commands`.
* set `DATABASE_URL` environment variable the MongoDB URL,
* run it using `python app.py`.
* in production run is recomended using `gunicorn`.

Expand Down

0 comments on commit 246832b

Please sign in to comment.