You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kuroshioc 450afaa7d4
homework has completed
9 years ago
.bundle homework has completed 9 years ago
app homework has completed 9 years ago
bin homework has completed 9 years ago
config homework has completed 9 years ago
db homework has completed 9 years ago
lib homework has completed 9 years ago
log homework has completed 9 years ago
public homework has completed 9 years ago
spec homework has completed 9 years ago
tmp/cache/assets/sprockets/v3.0 homework has completed 9 years ago
vendor/assets homework has completed 9 years ago
.rspec homework has completed 9 years ago
Gemfile homework has completed 9 years ago
Gemfile.lock homework has completed 9 years ago
README.md homework has completed 9 years ago
Rakefile homework has completed 9 years ago
config.ru homework has completed 9 years ago
hw_url.txt homework has completed 9 years ago

README.md

RottenPotatoes demo app: getting started

This app is associated with the free online course and (non-free) ebook Engineering Software as a Service.

To get started:

  1. Setup a Cloud9 environment for the course.

  2. In your Cloud9 terminal, type the following command to clone the repository to your development workspace:

git clone git@github.com:saasbook/rottenpotatoes-rails-intro.git

  1. Then cd rottenpotatoes-rails-intro to change to the app's directory.

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

  3. Run bundle exec rake db:setup to create the initial database.

  4. 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.