tap/README.md

21 lines
1,017 B
Markdown
Raw Normal View History

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