Skip to content
Abhishek Yadav edited this page Jan 24, 2015 · 2 revisions

Steps:

git clone https://github.com/zerothabhishek/chennai-rb-workshop-blog
cd chennai-rb-workshop-blog
ruby -v # should be > 2.0
bundle install
bin/rake db:create
bin/rake db:schema:load
bin/rails s

Clone this wiki locally