AsakusaSatellite is a realtime chat application for Developers.
- @suer
- @mallowlabs
- @mzp
- @shimomura1004
- @banjun
- Ruby 2.5 / 2.6
- Bundler 2.0.2 or later
- MongoDB 3.6.12
Install dependencies:
$ bundle install --path .bundle --without development test
Precompile assets:
$ bundle exec rake assets:precompile RAILS_ENV=production
If you upgrade AS from 0.7.0 or older, execute following:
$ curl https://raw.github.com/gist/2792357/asakusasatellite_migration_for_v0.7.0 | mongo <db_name>
Excecute mongodb and socky:
$ mongod --dbpath <dir_name>
$ bundle exec thin -R socky/config.ru -p3002 -t0 start
Run AsakusaSatellite:
$ bundle exec rails s -e production
and access to http://localhost:3000/
$ bundle exec rake assets:precompile
$ bundle exec warble
- Don't use socky on JRuby. use keima or pusher
docker-compose up
and access to http://localhost:3000/
$ docker-compose run app bundle exec rspec spec/{controller,model}/$(name)_spec.rb
$ docker-compose run app bundle exec rake
$ docker-compose run app bundle exec rake spec:rcov
$ docker-compose run app bundle exec guard start
Requirement: phantomjs 1.5+
$ docker-compose run app bundle exec rake qunit
$ docker-compose run app rails g as_filter test
edit filies
- plugins/as_test_filter/lib/test_filter.rb
- plugins/as_test_filter/spec/lib/test_filter_spec.rb
edit config/filters.yml
- name: test_filter
$ docker-compose run app rails g as_viewhook test
edit files
- plugins/as_test/lib/test.rb
- plugins/as_test/spec/lib/test_spec.rb
Several icons are from Farm-Fresh Web Icons. These icon sets are licensed under a Creative Commons Attribution 3.0 License.
Cool sound is created by On-Jin. Do not redestribute the sound file.
Redmine Logo is Copyright (C) 2009 Martin Herr and is licensed under ThereCreative Commons Attribution-Share Alike 2.5 Generic license.
See http://creativecommons.org/licenses/by-sa/2.5/ for more details.