Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 757 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 757 Bytes

Setup instructions:

Clone this repository:

% git clone git://github.com/noelrappin/madruby.git

Move into the repository directory

% cd madruby

Install gems -- install bunder if needed

% gem install bundler

Then use bundler to install gems

% bundle install

There is no further step, the application repo contains SQLite3 databases that are already seeded with data.

Run the application with

% rails server

If you use RVM, and this command errors with something like "bin/rails:3: undefined method `require_relative'", you'll need to cd out of the directory and back into it

% cd ..

% cd madruby

This reloads the rvm version

Hit it in the browser at http://localhost:3000

Run tests with

% rspec