Sha256: 5a5e1d36e9aac27068d2d5f7286a1a07987c7041fb5d16cbb29ed94a2beea671
Contents?: true
Size: 703 Bytes
Versions: 5
Compression:
Stored size: 703 Bytes
Contents
# Chillout [![Build Status](https://travis-ci.org/chilloutio/chillout.png)](https://travis-ci.org/chilloutio/chillout) ## Installation Add this line to your Rails application's Gemfile: gem 'chillout' And then execute: $ bundle And configure in config/environments/production.rb: ```ruby config.chillout = { secret: '<YOUR_SECRET>', ssl: true, port: 443, hostname: 'api.chillout.io' } ``` Check if everything is ok: $ RAILS_ENV=production rake chillout:check You'll see "Chillout API available" if everything is ok. Otherwise you'll be informed about problem with authorization (maybe you've put wrong secret?) or not known problems, like invalid values in configuration.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
chillout-0.5.3 | README.md |
chillout-0.5.2 | README.md |
chillout-0.5.1 | README.md |
chillout-0.5.0 | README.md |
chillout-0.4.1 | README.md |