The default user/pass: admin/admin
By default random values are generated for sensor values and they can go pretty wild, in development mode the dat.gui floating menu is enabled and you can use it to set a value for a sensor over there.
If you want to test SMS/Calls you need Twilio API access keys - register at twilio.com and you get an API key with which you can send SMS-es to Slovenia for free (until you are a trial user and only to confirmed phone numbers).
sudo apt-get install libcairo2-dev libxml2-dev libpango1.0-dev librrd-dev
sudo apt-get install rrdtool
pip install -r requirements/requirements.txt
Go to app/ and then:
bower install bower.json
All paths are relative to project root.
-
Create "instance" and "db" folders (by default "db" folder is used for the sqlite database, instance folder for custom config files). Both folders are set to be ignored by git
-
Install secret key
head -c 24 /dev/urandom > instance/secret_key
-
setup dev database
python manage.py create_db python manage.py dev_data # add some test data
-
run
python manage.py runserver
-
go to localhost:5000