💰 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
.capistrano | ||
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
spec | ||
vendor/assets | ||
.gitignore | ||
.rspec | ||
.ruby-version | ||
.simplecov | ||
.travis.yml | ||
Capfile | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Rakefile | ||
README.md | ||
README.rdoc |
Tap
Yes. We have to drink. But we also have to pay. This is the drinking part.
Installation
- Make sure Ruby version 2.3.0-dev is installed by running
rbenv version
. If it isn't, install by runningrbenv install 2.3.0-dev
- Run
bundle update
andbundle install
- Start Tap by running
bundle exec rails s