tap/README.md
Jan-Pieter Baert b2415b6638
typo fix
2019-02-07 20:09:54 +01:00

21 lines
1,017 B
Markdown

# [Tap](https://zeus.ugent.be/tap) [![Code Climate](https://codeclimate.com/github/ZeusWPI/Tap/badges/gpa.svg)](https://codeclimate.com/github/ZeusWPI/Tap) [![Travis CI](https://travis-ci.org/ZeusWPI/Tap.svg)](https://travis-ci.org/ZeusWPI/Tap) [![Coverage Status](https://coveralls.io/repos/ZeusWPI/Tap/badge.svg?branch=master&service=github)](https://coveralls.io/github/ZeusWPI/Tap?branch=master)
Yes. We have to drink. But we also have to pay. This is the drinking part.
## Installation
1. Make sure Ruby version 2.4.0 is installed by running `rbenv version`. If it isn't, install by running `rbenv install`
2. Run `bundle update` and `bundle install`
3. Migrate the db using `bundle exec rake db:migrate`
4. Start Tap by running `bundle exec rails s`
## Windows installation
[klik hier](README_WINDOWS.md)
## Wat als de delayed job kapot is waardoor er geen transacties van tap naar tab gaan?
```
sudo -u tap RAILS_ENV=production /home/tap/production/current/bin/delayed_job start
```