alg / deter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DETER

Requirements

  • Ruby version 2.1.3
  • Redis 2.6.16 or newer

Configuration

  • Review configuration in config.yml

  • Update database.yml

  • Initialize database

      $ bin/rake db:setup
    

Testing

$ bin/rake test:all

Running

$ foreman start

Deploying

  • Review deploy.yml

  • Copy config/deploy/production.rb.sample to config/deploy/production.rb and update user/server

  • Run deployment:

      $ cap production deploy
    

About


Languages

Language:Ruby 70.9%Language:HTML 19.9%Language:CoffeeScript 6.8%Language:CSS 2.1%Language:JavaScript 0.3%