Sha256: 6a7beade854708577be69306623cb96180d1c0ba0ce7e12403e98b53d75b939a
Contents?: true
Size: 697 Bytes
Versions: 5
Compression:
Stored size: 697 Bytes
Contents
# Blazing Passenger Passenger related recipes for [blazing](http://github.com/effkay/blazing) ## Installation Add `gem 'blazing-passenger'` to your `Gemfile` ## Usage Enable the recipes you want in your blazing configuration file: * `recipe :passenger_restart` will touch tmp/restart.txt so passenger gets restarted after a deployment * `recipe :passenger_kcikstart <URL>` will make a GET request on the given URL to kickstart passenger. Note: you must priovide the full URL including protocol (http/https...) ## Authors Felipe Kaufmann ([@effkay][]) ## License See the [MIT-LICENSE file](https://github.com/effkay/blazing/blob/master/MIT-LICENCE) [@effkay]: https://github.com/effkay
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
blazing-passenger-0.2.4 | README.md |
blazing-passenger-0.2.3 | README.md |
blazing-passenger-0.2.2 | README.md |
blazing-passenger-0.2.1 | README.md |
blazing-passenger-0.2.0 | README.md |