- Install VirualBox (https://www.virtualbox.org/wiki/Downloads)
- Install vagrant (http://www.vagrantup.com/downloads.html)
- go to dir with this project.
- run
vagrant up
. Wait until box will be downloaded from server. Wait. - run
vagrant ssh
- run
cd /weblog
- run
bundle
- run
rake db:create db:migrate
- run
rails s
- open http://localhost:3000 in browser
see CONTRIBUTING.md