문제

I followed this wiki.dreamhost.com/RVM‎ (and others) and the problem is simple: I can have a sudo user from panel that can't do anything with my web site. But my usual user can't run as a superuser. So there is no way so far that I get rvm to install on my vps.

I'm tired of searching, can anyone help me to solve this?

도움이 되었습니까?

해결책

Following RVM site:

Without autolibs

$ \curl -L https://get.rvm.io | bash -s -- --autolibs=read-fail

다른 팁

You should only need sudo access for this if the bundle install fails on mysql2, to update apt-get and re-install libmysqlclient-dev if necessary. You should be able to handle those parts from the correct location with your "admin" user, then do whatever you need again from your regular user the site is hosted on.

This article will walk you through setting up RVM with a full Rails stack on a regular shell account. There is no need to even add an admin user to your VPS to perform this install, and you get to leave all of your services fully managed!!!

http://wiki.dreamhost.com/RVM#Do_Magic

If you have any other questions please do not hesitate to ask us, you can send our support team a ticket here https://panel.dreamhost.com/index.cgi?tree=support.msg& or you can even hit us up for support on Twitter @DreamHostCare

Thanks! Matt C DreamHost Staff

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top