Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pomahtuk/4033095 to your computer and use it in GitHub Desktop.
Save pomahtuk/4033095 to your computer and use it in GitHub Desktop.
Start Passenger Standalone in Production Mode
#For some reason, this took forever to figure out...
passenger start -a 127.0.0.1 -p 3000 -d -e production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment