Skip to content

Instantly share code, notes, and snippets.

@daguar
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daguar/32c4d492e52887d86376 to your computer and use it in GitHub Desktop.
Save daguar/32c4d492e52887d86376 to your computer and use it in GitHub Desktop.

(All the below steps will be in your Nitrous box)

  • Clone the mRelief sample screening app:

git clone https://github.com/mRelief/mrelief_snap_screener_example.git

  • Go into the app directory:

cd mrelief_snap_screener_example

  • Install dependencies with bundle (this may take a few minutes):

bundle install

  • Create, migrate, and seed the database:
rake db:create
rake db:migrate
rake db:seed
  • Run the app:

rails s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment