July 2010
1 post
Overwrite Inploy app servers' restart command
Inploy (http://github.com/dcrec1/inploy) is a rails deployment solution. It comes with integration to restart 4 app servers: * mongrel * passenger * thin * unicorn I needed a way to change how Inploy restarts passenger since our passenger’s restart file is at a different location. I could’ve changed the command inside Inploy’s passenger.rb but I wanted to avoid that as...