randy14rahman / growasia_calculator

An application to calculate the carbon emissions from crops in South East Asia. A project built in collaboration with Winrock for Grow Asia.

Home Page:http://counter.growasia.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Grow Asia Carbon Emissions Calculator

This tool is built together with Winrock for the Grow Asia partnership.

It will allow farmers in South East Asia to run an analysis on their farming practices and practices changes in terms of their carbon emissions.

Dependencies

  • Ruby 2.3.1
  • Rails 5.0.0.1
  • Postgresql 9.4

Project setup

  • Make sure you have the correct ruby version installed

  • Install the project gems: bundle install

  • Copy the file config/database_sample.yml and rename it to only database.yml. Change configuration for your database in that file.

  • Create database: rake db:create

  • Run migrations: rake db:migrate

  • Import Geo Locations: rake import:geo_locations

Running the project

  • Start the rails server rails server
  • Point your browser to http://localhost:3000

About

An application to calculate the carbon emissions from crops in South East Asia. A project built in collaboration with Winrock for Grow Asia.

http://counter.growasia.org

License:MIT License


Languages

Language:HTML 35.1%Language:Ruby 24.6%Language:CSS 21.7%Language:JavaScript 18.7%