Skip to content

Instantly share code, notes, and snippets.

@seabre
Created December 15, 2011 21:42
Show Gist options
  • Save seabre/1483040 to your computer and use it in GitHub Desktop.
Save seabre/1483040 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