How to Start & Stop Passenger in Production Environment for Rails Apps
You can tell passenger to start the application in production environment with following command on shell by going to the app folder first. I wanted to use Passenger for Redmine app. Start Passenger Log into shell and go to app directory and type the following command: root@server [/home/redmine]# passenger start -a 0.0.0.0 -p 3000 -d…