AsakusaSatellite は、開発者向けのリアルタイムチャットアプリケーションです。 開発者間のコミュニケーション品質を向上し、ソフトウェア開発にリズムをもたらします。
ダウンロードページ から最新版をダウンロードし、展開してください。 展開したディレクトリを AsakusaSatellite にリネームし、以下のコマンドを実行してください。
$ cd AsakusaSatellite
# 依存ライブラリのインストール
$ bundle install --path .bundle --without development test
# MongoDB と Socky の起動
$ mongod --dbpath /path/to/db
$ bundle exec thin -R socky/config.ru -p3002 -t0 start
# AsakusaSatellite の起動
$ bundle exec rake assets:precompile RAILS_ENV=production
$ bundle exec rails server -e production
インストールが完了したら http://localhost:3000/ にアクセスしてください。
Copyright (C) 2011-2017 codefirst.org, All rights reserved.