Skip to content

Commit 1b63cb8

Browse files
committed
Update runing alone in md
1 parent 1ffd81a commit 1b63cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ Simple, light-weight server for RF commands (such as: IR, 433 MHz etc.) for appl
77
* create mongodb database named `ir-commands`.
88
* create collection named `commands`.
99
* set `DATABASE_URL` env ver with mongo url for example `mongodb://<dbuser>:<dbpassword>@<ip>:<port>/ir-commands`.
10+
* run it using `python app.py`.
11+
* in production run is recomended using `gunicorn`.
1012

1113
# technologies
1214
The Server is Build with Ptyhon, on flask framwork for the HTTP Routing, mongoDB for the data storing.
1315

1416
# purposes
15-
If you have project that use RF commands for appliances (For exmple, see my great project [casanet](https://github.com/haimkastner/home-iot-server)), worry no more! this project will help with storing and fatching commands on demand.
17+
If you have project that use RF commands for appliances (For exmple, see my great project [casanet](https://github.com/casanet/casanet-server)), worry no more! this project will help with storing and fatching commands on demand.
1618
With simple RESTfull API, you will be able the get all the avilable devices in the system, and their known commands.
1719

1820
# stages

0 commit comments

Comments
 (0)