Skip to content

jtklier/hunters_sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hunters sandbox

Instructions:

  • Get rid of Fish , if you have Fish installed in your terminal
  • Install rvm and rails together in order. RVM is Ruby Version Manager. ( rvm.io )

\curl -sSL https://get.rvm.io | bash -s stable --rails

  • FOLLOW INSTRUCTIONS AFTER INSTALLING RVM

  • Verify that RVM is working:

rvm list

  • Fork and clone this repo
  • cd into directory
  • Tell the app to use Ruby 2.2.3

rvm use 2.2.3

  • Install packages (dependencies)

bundle install

  • Auto generate databases

rake db:create

  • Run the Rails app

rails s

  • Your app is now running but you won't be able to do anything if you don't run the migrations.

  • The error you get when you run the app should give you a clue as to how do migrations.

  • Go to Pivotal tracker to see the user stories to complete: https://www.pivotaltracker.com/n/projects/2065691

You won't be able to edit them or press "start", but you need to complete all stories. When finished, submit a pull request to the original repo here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 64.7%
  • HTML 30.4%
  • CSS 3.6%
  • Other 1.3%