I am following this great post to configure my rails production server on ubuntu 10.10 : rails production
When I want to execute the command :
rvmsudo passenger-install-nginx-module
I get the error : rvmsudo : command not found
Can anybody help me ? Thanks in advance !
Updating to the latest version helped me:
rvm get latest
rvm reload
The rvmsudo command was available after that.