Skip to content

Interface to the Belgium 2050 Calculator. Currently ALPHA. The Belgium 2050 Calculator was developed by Climact, based on work by DECC

License

Notifications You must be signed in to change notification settings

decc/belgium_2050_web_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BELGIUM 2050 CALCULATOR TOOL

A web interface to the Belgian vesion of the 2050 Calculator

Canonical source: http://github.com/decc/belgium_2050_web_interface

INSTALATION

See script/setup-2050-server-script.sh for an example of how to setup a server from a clean bare Ubuntu linux 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. gem install thin
  2. thin -R config.ru start -p 4567 -e development
  3. Navigate to http://0.0.0.0:4567 in your web browser

To run in 'production' mode:

  1. rake html
  2. thin -R config.ru start -p 4567 -e production
  3. Navigate to http://0.0.0.0:4567 in your 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

Interface to the Belgium 2050 Calculator. Currently ALPHA. The Belgium 2050 Calculator was developed by Climact, based on work by DECC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published