Skip to content

Instantly share code, notes, and snippets.

@batamire
Last active August 29, 2015 14:15
Show Gist options
  • Save batamire/d5154686b31f60ce46a7 to your computer and use it in GitHub Desktop.
Save batamire/d5154686b31f60ce46a7 to your computer and use it in GitHub Desktop.
start passenger deployed with capistrano
bundle exec passenger start \
--daemonize \
--port 300x \
--environment production \
--pid-file /home/xxx/apps/xxx/shared/tmp/pids/passenger.300x.pid \
--log-file /home/xxx/apps/xxx/shared/log/passenger.300x.log \
--temp-dir=/home/xxx/apps/xxx/shared/tmp \
/home/xxx/apps/xxx/current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment