-
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:createto 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.
forked from ian-ingram/HW4fall16
-
Notifications
You must be signed in to change notification settings - Fork 0
aburnight/HW4fall16
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Repo for HW4, fall 2016
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 78.6%
- HTML 15.7%
- CSS 4.1%
- JavaScript 1.6%