-
Fork and clone this repo (github.com/SELT/rotten-potatoes)
-
Then do
cd rotten-potatoesto change to the app's top-level directory. -
Next type
gem install bundlerto install the bundler gem -
Enter the command
bundle install --without productionto make sure all the gems (libraries) used by the app are in place. -
Run
rake db:setupto create the initial database. -
Run
rake db:migrateto apply the database migrations. -
Run
rake db:seedto seed the initial database contents. -
Run
rails server -p $PORT -b $IPto 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.
rwedoff/rotten-potatoes
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|