💰 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
Wout Schellaert 009bdeec76
Merge pull request #138 from ZeusWPI/frecencydebtupdate
Update frecencydebt
2019-09-07 12:05:57 +02:00
.capistrano Remove footer for koelkast 2015-02-19 17:25:55 +01:00
app All animals are equal, but some animals are more equal than others 2019-09-06 23:31:46 +02:00
bin Add delayed job to post requests to tab 2015-09-12 11:17:58 +02:00
config Fix unittests 2019-08-19 13:19:14 +02:00
db Update scheme 2019-08-04 12:38:47 +02: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 favicon 2019-06-28 16:13:52 +02:00
python_api_example Order from API 2019-05-12 23:09:18 +02:00
spec Update spec files for new devise version 2019-08-24 21:53:19 +02: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 Use Ruby 2.4.0 and deploy to herbert 2018-08-07 23:02:17 +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 Add git SCM plugin to remove deprecation warning 2019-08-24 18:28:12 +02:00
Gemfile Update devise 2019-08-24 21:34:00 +02:00
Gemfile.lock Update devise 2019-08-24 21:34:00 +02:00
README.md Update README to include seed setup 2019-08-04 12:41:14 +02: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. Seed the db using bundle exec rake db:seed
  5. 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