I\'m starting the Rails 3 application with the following command:
Rails 3
passenger start -a 0.0.0.0 -p 3000 -d
but how do I tell passeng
passeng
passenger start -a 0.0.0.0 -p 3000 -d -e production
Side note: always check the help, passenger start --help would have told you the same.
passenger start --help