Publieke website van School de Hofakker
- Install dip
- Install docker
- Install docker-compose
We encourage you to contribute to schooldehofakker.nl! Please check out the Contributing to schooldehofakker guide for guidelines about how to proceed.
git clone https://github.com/schooldehofakker/schooldehofakker.nl.git
cd schooldehofakker.nl
dip provision
dip rails s
dip rubocop
dip rspec
Once you're ready to deploy to Heroku, run:
heroku apps:create
heroku buildpacks:add heroku/ruby --index 2
git push heroku master
heroku run rake db:seed
heroku open
Or you can click this button to deploy straight to Heroku from this repository:
Success, live long and prosper!
Get in touch by adding an issue.