2015-09-09 14:27:09 +02:00
|
|
|
# [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)
|
2015-03-03 16:37:03 +01:00
|
|
|
|
2015-09-07 13:36:10 +02:00
|
|
|
Yes. We have to drink. But we also have to pay. This is the drinking part.
|
2018-05-18 01:03:12 +02:00
|
|
|
|
|
|
|
## Installation
|
2018-12-13 19:42:18 +01:00
|
|
|
|
|
|
|
1. Make sure Ruby version 2.4.0 is installed by running `rbenv version`. If it isn't, install by running `rbenv install`
|
2018-05-18 01:03:12 +02:00
|
|
|
2. Run `bundle update` and `bundle install`
|
2018-12-04 22:27:44 +01:00
|
|
|
3. Migrate the db using `bundle exec rake db:migrate`
|
|
|
|
4. Start Tap by running `bundle exec rails s`
|
2018-12-12 23:00:21 +01:00
|
|
|
|
|
|
|
## Windows installation
|
|
|
|
|
2019-01-09 11:17:16 +01:00
|
|
|
[klik hier](README_WINDOWS.md)
|
|
|
|
|
|
|
|
## Wat als de delayed job kapot is waardoor er geen transacties van tab naar tap gaan?
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo -u tap RAILS_ENV=production /home/tap/production/current/bin/delayed_job start
|
|
|
|
```
|