Changes between Version 10 and Version 11 of bora
- Timestamp:
- 07/10/16 11:12:55 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bora
v10 v11 31 31 * '''path''': the path to your installation of bora. 32 32 33 Run the core.py to start the application. 34 35 {{{ 36 $ python core.py 37 }}} 38 39 40 == Usage == 41 Data has to be registered and styled. 42 43 To register the data, you can input the following command on your browser. 44 45 {{{ 46 localhost:8888/add/<server>/<db_name>/<db_group>/<sensor> 47 }}} 33 48 34 49