I have a rail application that I am trying to run under an autonomous 3rd passenger:
passenger start -a 127.0.0.1 -p 3001 -d
Ive installed this with rvm
cd myapp
rvm use 1.9.2
gem install passenger --pre
I want to set environment variables for my application, but I can’t understand how and where to set them. I just need to specify my .profile, which has all my environment variables. How to do it?
passenger 3: ruby 1.9.2 rails 3 rvm head
source
share