Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

gardner/causeroot

 
 

Repository files navigation

code coverage Status

Build Status

https://www.pivotaltracker.com/projects/562917

Get Ready

Install

  • Check out the source: git clone git://github.com/causeroot/CauseRoot.git
  • Change into src dir: cd CauseRoot
  • Answer "Yes" to trust the .rvmrc
  • Install required gems: bundle install read this if you receive errors
  • If Nokogiri installation fails please read this page the solution is system dependent. Please be sure to install version 1.5.2
  • Configure your database setup: cp config/database.yml.example config/database.yml
  • Initialize the database: rake db:create; rake db:migrate; rake db:seed
  • Run the app: rails server
  • Go to http://127.0.0.1:3000

About

Enabling impassioned individuals to solve social issues through a collaborative platform that defines specific problems and incentivizes solutions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 60.4%
  • HTML 23.9%
  • CSS 9.7%
  • JavaScript 5.0%
  • Other 1.0%