💰 Yes. We have to drink. But we also have to pay. This does the drinking part. https://zeus.ugent.be/tap Non-synchronised mirror of https://github.com/ZeusWPI/Tap
Go to file
redfast00 9f3de720c8
Merge pull request #107 from ZeusWPI/fix/quickpay-hidden
apply common sense
2019-02-08 10:42:58 +01:00
.capistrano Remove footer for koelkast 2015-02-19 17:25:55 +01:00
app Merge pull request #107 from ZeusWPI/fix/quickpay-hidden 2019-02-08 10:42:58 +01:00
bin Add delayed job to post requests to tab 2015-09-12 11:17:58 +02:00
config Remove runtime header, properly 2018-08-08 14:18:34 +02:00
db Clean up job 2016-03-08 15:30:32 +01:00
lib Little bug with user order 2016-02-02 15:20:04 +01:00
log basis dingen 2014-11-06 14:46:59 +01:00
public Add seeds for don 2015-03-26 12:45:45 +01:00
spec Removed non-deterministic test, corrected typo 2018-12-30 20:01:57 +01:00
vendor/assets basis dingen 2014-11-06 14:46:59 +01:00
.gitignore Windows installation documentation 2018-12-12 23:12:19 +01:00
.rspec Remove minitest and add rspec with factories 2015-09-02 20:33:35 +02:00
.ruby-version Revert to unbroken state 2018-08-08 00:30:01 +02:00
.simplecov Add simplecov config to exclude config files from coveralls 2015-03-04 09:50:55 +01:00
.travis.yml Update travis ruby 2018-08-08 00:31:01 +02:00
Capfile Revert to unbroken state 2018-08-08 00:30:01 +02:00
Gemfile Update dependencies 2018-12-30 18:03:43 +01:00
Gemfile.lock Update dependencies 2018-12-30 18:03:43 +01:00
README.md typo fix 2019-02-07 20:09:54 +01:00
README.rdoc order form almost done 2014-11-24 21:45:32 +01:00
README_WINDOWS.md Windows installation documentation 2018-12-12 23:12:19 +01:00
Rakefile basis dingen 2014-11-06 14:46:59 +01:00
config.ru basis dingen 2014-11-06 14:46:59 +01:00
event_log.png Windows installation documentation 2018-12-12 23:12:19 +01:00

README.md

Tap Code Climate Travis CI Coverage Status

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

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