- PostgreSQL
- Make sure that all prerequisites are installed and running locally.
- Run
bin/setupto install dependencies and prepare the local database. - Run
rails sto start the Rails server.
rspec
erblint --lint-all --autocorrecteslint .rubocop -Ra
Deployment of the master branch to Heroku is done automatically after CI passes.
rake venues:hydrate - Run hourly on :00 by Heroku Scheduler
This project is licensed under the GNU GPLv3 License -- see the LICENSE.md file for details.
User.where(email: "email@example.com").first.update(admin: true) to add an
admin.