Source code for plan-pwr.pl
- ruby >= 2.0.0
- postgresql
- redis
- wkhtmltopdf (OS X and linux x64 binaries included in ./bin/ )
bundle install
cp config/
cp config/database.sample.yml config/database.yml
cp config/application.sample.yml config/application.yml
bundle exec rake db:create db:migrate
bundle exec rails server
- Fork it ( http://github.com/teamon/plan-pwr.pl/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request