Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 1.4 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.4 KB

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