Realtime yamanote line web application for AppCon held by Ministery of Internal affairs
- Install rbenv
- Install ruby 2.0.0
$ rbenv install 2.0.0-p195
- rbenvのバージョンを変更
$ rbenv global 2.0.0-p195
- sinatra_websocket_template (0.0.1)を入れる
$ gem install sinatra_websocket_template
- 依存を解決する
$ gem install bundler
$ bundle
$ bundle exec foreman start