-
Fork and clone this repo (github.com/SELT/rotten-potatoes)
-
Then do
cd rotten-potatoes
to change to the app's top-level directory. -
Next type
gem install bundler
to install the bundler gem -
Enter the command
bundle install --without production
to make sure all the gems (libraries) used by the app are in place. -
Run
rake db:setup
to create the initial database. -
Run
rake db:migrate
to apply the database migrations. -
Run
rake db:seed
to seed the initial database contents. -
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. -
To kill the server, enter CNTL-c.
-
Notifications
You must be signed in to change notification settings - Fork 73
rwedoff/rotten-potatoes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Basic Rotten Potatoes app for fall 2016
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published