layout | canonical_url | title | subtitle | copy | description | github_project | commiters | features | keywords | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
product |
AsakusaSatellite |
開発者向けリアルタイムチャットアプリケーション |
コミュニケーションを
加速する
AsakusaSatellite |
AsakusaSatellite は、開発者向けのリアルタイムチャットアプリケーションです。
開発者間のコミュニケーション品質を向上し、ソフトウェア開発にリズムをもたらします。
|
AsakusaSatellite |
|
|
|
- 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
$ mongod --dbpath /path/to/db $ bundle exec thin -R socky/config.ru -p3002 -t0 start
$ bundle exec rake assets:precompile RAILS_ENV=production $ bundle exec rails server -e production {% endhighlight %}
インストールが完了したら http://localhost:3000/ にアクセスしてください。