Reduce code duplication
Jyrki authored
ab8d6fec

tdot-db

Software zum Verwalten/Zuteilen der verschiedenen Aufgaben am Tag der offenen Tür.

Voraussetzungen

  • Unix-System (FreeBSD)
  • Ruby 2.1+
  • SQLite3

Installation

$ bundle install
$ cp docs/nginx.conf /usr/local/etc/nginx/sites-enabled
$ vim config/tdotdb.yml
$ bundle exec rake db:migrate RAILS_ENV=production
$ bundle exec rake tdotdb:add_user RAILS_ENV=production
$ bundle exec unicorn -E production -l unix:./tmp/sockets/tdotdb.sock