-
Make sure, you have ruby 1.9 installed, if not we recommend you to use RVM
-
Clone source code
git clone git://github.com/tataronrails/abulafia.git && cd abulafia
-
Make config files. Go to
config
dir and make own*.yml
files from*.yml.sample
-
Install gems running command
bundle
-
Prepare database
bundle exec rake db:create db:migrate db:seed
-
Start server
bundle exec rails s
Enjoy it at http://localhost:3000/
- Fork, fix, then send me a pull request.