- Do next->next->next on everything
- When asks for name and email for git, enter those
- You start it by running "Command prompt with Ruby on Rails"
cd c:\Sites
- This is where your projects will live (c:\Sites)
rails _3.2.16_ new catz
- If it didn't work run and then try the above again:
gem install rails -v="3.2.16" --no-ri --no-rdoc
cd catz
-
rails server
-
(It might ask if to allow port access, tell it "allow")
-
In your browser open: http://127.0.0.1:3000