-
Notifications
You must be signed in to change notification settings - Fork 8
Setup
JP Barbosa edited this page Jul 23, 2015
·
2 revisions
gem install rails -v 4.2.3
rails new rails-apz
cd rails-apz
rails s
open http://localhost:3000
git init
git add .
git commit -m "Basic Rails app files"