Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 2.44 KB

File metadata and controls

67 lines (51 loc) · 2.44 KB
layout canonical_url title subtitle copy description github_project commiters features keywords
product
AsakusaSatellite
開発者向けリアルタイムチャットアプリケーション
コミュニケーションを 加速する AsakusaSatellite
AsakusaSatellite は、開発者向けのリアルタイムチャットアプリケーションです。 開発者間のコミュニケーション品質を向上し、ソフトウェア開発にリズムをもたらします。
AsakusaSatellite
mallowlabs
suer
mzp
shimomura1004
banjun
name image
リアルタイムコミュニケーション
imgs/ss_realtime.png
name image
プラグインによる拡張
imgs/ss_plugin.png
name image
ソースコードのシンタックスハイライト
imgs/ss_code.png
name image
iPhone UI
imgs/ss_iphone.png
name image
Redmine のチケットリンク
imgs/ss_ticket_link.png
name image
全文検索
imgs/ss_search.png
チャットアプリケーション
Rails
WebSocket

動作環境

  • Ruby 1.8.7 / 1.9.3 / 2.0.0 / 2.1.0 or JRuby 1.7.1
  • RubyGems 1.4.2 or later
  • Bundler 1.0.7 or later
  • MongoDB 1.8.1 or later
  • Google Chrome / Firefox / Safari

インストール

ダウンロードページ から最新版をダウンロードし、展開してください。 展開したディレクトリを AsakusaSatellite にリネームし、以下のコマンドを実行してください。

{% highlight bash %} $ 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 {% endhighlight %}

インストールが完了したら http://localhost:3000/ にアクセスしてください。

ドキュメント