Closed manno closed 8 years ago
If there's no binary, then I'm not sure how the package maintainers expect you to use it. Please find out what command you are supposed to use to start the passenger process from that package and then consult capistrano-passenger's README for how to configure it to use that command.
I guess most Debian users use the .deb file from passenger.
I wrote a short capistrano task to touch the restart.txt
, since that was all I needed.
I'm trying to deploy to a Debian Jessie host, using the passenger from Debians 'ruby-passenger' package. The application itself uses Ruby 2.3.0 from rvm, if I read the rvm documentation correctly this should be possible?
But
cap deploy
fails withThere is no
passenger
binary included in the Debian package at all: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793013