Preinstalled Ruby Environment with Rails
http://rubyonrails.org/download/
####Steps
- Clone the repo into a folder on your computer
git clone https://github.com/dietrichg/VarsityTutors.git
- Open a Terminal or Bash Instance and 'cd' into the directory you just cloned.
- Enter the 'dietrich' directory and start up the rails environment with:
$ rails server
- Copy the URL given in the window (eg. localhost:3000/ ) and open a web browser.
- Paste the URL into the browser to view!