Skip to content

Files

Latest commit

69cb739 · Feb 2, 2014

History

History
31 lines (26 loc) · 487 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 487 Bytes

Yamate

Realtime yamanote line web application for AppCon held by Ministery of Internal affairs

How to setup

  1. Install rbenv
  2. Install ruby 2.0.0
$ rbenv install 2.0.0-p195
  1. rbenvのバージョンを変更
$ rbenv global 2.0.0-p195
  1. sinatra_websocket_template (0.0.1)を入れる
$ gem install sinatra_websocket_template
  1. 依存を解決する
$ gem install bundler
$ bundle

How to up server

$ bundle exec foreman start