- Ruby version 2.3.1
- Rails version 5.0.0.1
-
set up MySQL server from http://dev.mysql.com/downloads/installer/ make your root password = password
-
Windows
- just download installer from https://www.ruby-lang.org/en/documentation/installation/#rubyinstaller
- Mac
- follow instruction from www.gorails.com
- for El capitain: https://gorails.com/setup/osx/10.11-el-capitan
- set up MySQL server from http://dev.mysql.com/downloads/installer/
after pull this to your local go there and run these in command line/terminal
$ bundle install
$ rake db:create
$ rake db:migrate
$ rails s
Then, it should be running on localhost:3000
Just simply type Ctrl + C