Demo app to parse the excel file.
cp config/databaase.yml.example config/database.yml
cp .ruby-version.example .ruby-version
cp .ruby-gemset.example .ruby-gemset
cd ../power_system
bundle install
rake db:migrate
RAILS_ENV=production/staging/development rake import:data
RAILS_ENV=production/staging/development rake calculate::unit_day_mean
RAILS_ENV=production/staging/development rake calculate::unit_day_super_mean
rails s