Skip to content

rwedoff/rotten-potatoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RottenPotatoes demo app: getting started

  1. Fork and clone this repo (github.com/SELT/rotten-potatoes)

  2. Then do cd rotten-potatoes to change to the app's top-level directory.

  3. Next type gem install bundler to install the bundler gem

  4. Enter the command bundle install --without production to make sure all the gems (libraries) used by the app are in place.

  5. Run rake db:setup to create the initial database.

  6. Run rake db:migrate to apply the database migrations.

  7. Run rake db:seed to seed the initial database contents.

  8. Run rails server -p $PORT -b $IP to start the app. Cloud9 will pop up a window showing the URL to visit in your browser to interact with the running app. You can also view the app in the Cloud9 "Preview" window.

  9. To kill the server, enter CNTL-c.

About

Basic Rotten Potatoes app for fall 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published