Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caironoleto/zurg

Zurg is a kind of human :)
https://github.com/caironoleto/zurg

Last synced: 3 months ago
JSON representation

Zurg is a kind of human :)

Awesome Lists containing this project

README

        

## How to deploy

* Add Heroku to your Gemfile and `bundle install`.
* Create your Heroku app. This will only work with their (currently-beta) 'cedar' stack, so you have to `heroku create --stack=cedar`.
* Create a `Procfile` for your bot. This tells Heroku how to run your worker. In our case, the only line in the Procfile is `cinch: bundle exec ruby init.rb`
* Commit and push to Heroku.
* You do not want a Web worker running, so `heroku scale web=0` and `heroku scale cinch=1`. This also sets up your deployments to restart the bot.

## How to contribute

* Fork, code and submit an PULL REQUEST
* You can join at `##gurupi` on `irc.freenode.org`

## License

zurg is released under the MIT license, more details see MIT-LICENSE.