rubyconvict / demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

Deploy

Installation

  • bundle install
  • edit config/database.yml
  • cp config/application.yml.example config/application.yml
  • edit config/application.yml
  • bundle exec rake db:migrate db:seed
  • bundle exec rails s

Run websocket server in other window

  • cd socky/
  • bundle install
  • ws_password="password" thin -R config.ru -p3001 start

heroku

bundle exec figaro heroku:set -e production

About


Languages

Language:Ruby 74.1%Language:HTML 19.9%Language:CSS 3.2%Language:CoffeeScript 2.1%Language:JavaScript 0.7%