No commit activity in last 3 years
No release in over 3 years
A collection of blazing recipes for passenger
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.2.9
 Project Readme

Blazing Passenger

Passenger related recipes for 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_kickstart, :url => '<URL>' will make a GET request on the given URL to kickstart passenger. Note: you must provide the full URL including protocol (http/https...)

Authors

Felipe Kaufmann (@effkay)

License

See the MIT-LICENSE file