1. Installation

gem install passenger

2. Usage

Go to your application’s root directory, and run:

passenger start

This will start Phusion Passenger on port 3000. If you want to run it on a different port, use the -p option, e.g.:

sudo passenger start -p 80

See --help for all available options.