>> I read a lot of stuff about rvm so I want to use it on my production >> server, but which installation method should I use? site-wide? > > I use a system wide deployment ( > http://rvm.beginrescueend.com/deployment/best-practices/ > ) > > Fred
Ok, so on my FreeBSD box, the site system wide install script crapped out. No big deal I only need Ruby for my user that runs the application. So I will use the "normal installation". I will use Nginx+Passenger. So I install passenger as non root. Then when I want to install nginx, I should do: $ sudo passenger-install-nginx-module which will install in /opt/nginx. Should I use a non sudo location or stick with sudo for nginx? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

