Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 691 Bytes

CHAnge

Installation

Installation Prerequisites

Mac OS X

Install RailsInstaller.

Linux

Installation assumes the presence of rvm on your system. Otherwise, install rvm first.

After all prerequisites for your respective system have been met, clone the repository.

When you cd to the project directory, rvm will ask, "Do you wish to trust this .rvmrc file?" Respond with yes.

Then, from the root of the project directory:

$ bundle install
$ rake db:schema:load
$ rake db:seed

Then run it:

$ rails s

If all went well, it is now accessible from http://localhost:3000.