Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Files

Latest commit

6b7c87e · Sep 26, 2014

History

History
12 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 400 Bytes

Ruby on Rails for Journalism

Get the kitchen running on a Mac

  1. Download or clone this repository.
  2. Use Finder to unzip and get into the done directory.
  3. Open Terminal, type cd, press spacebar, drag kitchen into the Terminal window, and press return.
  4. Run gem install rails
  5. Run bundle install
  6. Run rails server
  7. Visit http://localhost:3000