Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 629 Bytes

Abulafia

Instalation

  1. Make sure, you have ruby 1.9 installed, if not we recommend you to use RVM

  2. Clone source code

git clone git://github.com/tataronrails/abulafia.git && cd abulafia

  1. Make config files. Go to config dir and make own *.yml files from *.yml.sample

  2. Install gems running command bundle

  3. Prepare database bundle exec rake db:create db:migrate db:seed

  4. Start server bundle exec rails s

Enjoy it at http://localhost:3000/

Contributing

  • Fork, fix, then send me a pull request.