Sha256: d0b71a461ef7f0a2d25e9e103575ef14dbf99881142b79dd34e64a123e82fc18
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 KB
Contents
adhearsion-drb ======= adhearsion-drb is an Adhearsion Plugin providing DRb connectivity. Features -------- * FIXME (list of features and unsolved problems) Requirements ------------ * Adhearsion 2.0+ Install ------- Add `adhearsion-drb` to your Adhearsion app's Gemfile. Configuration ------------- In your Adhearsion app configuration file, add the following values: ```ruby Adhearsion.config[:adhearsion_drb] do |config| config.host = "DRb service host" config.port = "DRB service port".to_i config.acl.allow = ["127.0.0.1"] # list of allowed IPs (optional) config.acl.deny = [] # list of denied IPs (optional) end ``` Author ------ Original author: [Juan de Bravo](https://github.com/juandebravo) Links ----- * [Source](https://github.com/adhearsion/adhearsion-drb) * [Documentation](http://rdoc.info/github/adhearsion/adhearsion-drb/master/frames) * [Bug Tracker](https://github.com/adhearsion/adhearsion-drb/issues) Note on Patches/Pull Requests ----------------------------- * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. * If you want to have your own version, that is fine but bump version in a commit by itself so I can ignore when I pull * Send me a pull request. Bonus points for topic branches. Copyright --------- Check [License file](https://github.com/adhearsion/adhearsion-drb/blob/master/LICENSE)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-drb-0.1.0 | README.md |