Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 372 Bytes

This Rails application follows the Blog Post Series on carnal0wnage.attackresearch.com entitled "Basics of Rails".

To get this going, have RVM installed.

git clone git://github.com/cktricky/attackresearch.git
cd attackresearch
bundle install # <~ after accepting the .rvmrc file, of course
rake db:create
rake db:migrate
rake unicorn:start[4444]