Home

Awesome

ETLocal

Build Status

Provinces, municipalities, districts and neighborhoods have their own unique questions for their energy systems. ETLocal provides a way to get meaningful insight into their current situation and allows to customize and create stable, transparent present situations for usage inside of ETModel.

To install:

  1. Config files:
cp config/database.sample.yml config/database.yml
cp config/email.sample.yml config/email.yml
  1. Run rake db:create

  2. Add a .env file with a mapbox api key to enable the map on your local environment. Like such:

echo "MAPBOX_API_KEY=xx.xxxxxxxxxxxxxxxxxxxxxxxxx" >> .env

The x's should be replaced by the mapbox api key.

Useful reading