Realtime subscriptions API
Subscriptions API is tested against MRI 1.9.3.
$ git clone [email protected]:lelylan/subscriptions.git && cd subscriptions
$ gem install bundler
$ bundle install
$ foreman start
Docker image: lelylanlab/subscriptions
$ docker run -d -it --name subscriptions lelylanlab/subscriptions
$ docker build --tag=subscriptions .
$ docker run -d -it --name subscriptions subscriptions
When installing the service in production set lelylan environment variables.
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
$ gem install bundler
$ bundle install
$ bundle exec guard
Press enter to execute all specs.
Follow betterspecs.org guidelines.
Follow github guidelines.
Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.
Special thanks to all people helping to make the project real.
See CHANGELOG
Lelylan is licensed under the Apache License, Version 2.0.