Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :)
- Host: GitHub
- URL: https://github.com/caironoleto/zurg
- Owner: caironoleto
- License: mit
- Created: 2012-02-21T13:05:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-18T18:30:09.000Z (over 12 years ago)
- Last Synced: 2023-04-11T13:58:21.003Z (almost 2 years ago)
- Language: Ruby
- Homepage: http://caironoleto.com
- Size: 135 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: MIT-LICENSE
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.