This is the Devnology website, as (soon) deployed at http://devnology.nl.
- Install Ruby in any way you see fit, on a Mac run
brew install rbenv ruby-build & rbenv install 2.2.3
. - Install PostgreSQL, on a Mac run
brew install postgresql
1. - Clone this repository.
- Run
./script/bundler
to install all gems needed by this application.
- PostgreSQL needs to be installed otherwise the
pg
gem can not be installed.pg
depends on header files that are provided by and specific to PostgreSQL.
Remember to update the development database,
rake db:migrate RAILS_ENV=development
Then, run
rails server
and visit http://localhost:3000.
./script/ci
cap production deploy
If you believe you found a bug, feel free to create an issue, and if you can fix it, create a pull request for it!