Upgrade to Pro — share decks privately, control downloads, hide ads and more …

TOKYO Rails Meetup - June 7th 2012

TOKYO Rails Meetup - June 7th 2012

Tokyo Rails #11 Set-up-a-thon

tapster

June 07, 2012
Tweet

More Decks by tapster

Other Decks in Technology

Transcript

  1. OVERALL GOAL Get up and running with Rails on your

    laptop and run the a simple rails site locally!
  2. tonight our focus is getting your laptop set up to

    take the role of the server so you can run things “locally”
  3. 1. Install Git 2. Install Ruby 3. Install Rails 4.

    running on http://localhost:3000
  4. git is a source code management tool - makes it

    easy to work with and collaborate with others 1. GIT
  5. the terminal is the tool you’ll be using to interact

    with your system. To issue commands and start and stop the server THE TERMINAL