This project provides a way to visualize data related of devices data consume energy in houses. In especify was develop in the Research Center for Open and Digital Innovation in one of his research projects.
- Walkthrough Normal User
- Walkthrough Admin User
- Walkthrough App Android
- Feature Control with speech
- Feature Alexa
There are three different ways to deploy the application in the server, see below the details.
$ git clone https://github.com/xdanielsb/Happearth.git repo/ && cd repo/
$ docker-compose build
$ docker-compose up -d
# Do you want to distribute the network traffic across multiple instances? LOAD BALANCING = <3
$ docker-compose scale app=NUM_SERVERS_YOU_WANT
# Now open the browser in localhost:8080
$ git clone https://github.com/xdanielsb/Happearth.git repo/ && cd repo/
$ virtualenv ~/happearth --python `which python3.6`
$ source ~/happearth/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver
# Now open the browser in localhost:8000
Note: if you are running in not secure mode change to debug mode.
- Name : Daniel Santos
- Email : dfsantosbu@unal.edu.co
This project is licensed under the GPL V3 License - see the LICENSE file for details