Skip to content

craigmj/twenty-fifty

 
 

Repository files navigation

DECC 2050 CALCULATOR TOOL

A web interface to the www.decc.gov.uk 2050 energy and climate change calculator

Further detail on the project: http://www.decc.gov.uk/2050

Canonical source: http://github.com/decc/twenty-fifty

INSTALATION

See script/setup-2050-server-script.sh for an example of how to setup a server from a clean bare Ubuntu linux 12.04 installation.

Otherwise:

  1. Install ruby 1.9.2 or greater (including development headers)
  2. 'gem install bundler' or 'sudo gem install bundler'
  3. cd twenty_fifty
  4. bundle

RUNNING

  1. cd twenty_fifty
  2. rackup -o 0.0.0.0
  3. Navigate to http://0.0.0.0:9292 in your web browser

HACKING

You are welcome to improve this code. Please read the LICENCE file and then the HACKING file contains some hints and tips on changing the code and a process for sending in patches and bug reports.

About

A web front end to the DECC 2050 Pathways Calculator Excel Model

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 84.1%
  • CoffeeScript 9.2%
  • HTML 3.9%
  • Go 1.3%
  • Ruby 1.1%
  • Shell 0.3%
  • JavaScript 0.1%