Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
There is outdated code.
For loading RVM it sates to run the command “source ~/.rvm/scripts/rvm” when it it should be “source /etc/profile.d/rvm.sh”. I spotted this command in the successful install notes on the terminal after installing RVM and unable to get it loaded using the tutorial’s method. Hopefully this helps others.
Also, when you run “rvm requirements”, you don’t have to manually download the dependencies as they will be auto-downloaded for you now. Also, instead of installing Ruby 1.9.3 you should probably stick to Ruby 2.0.0 now as it is the recommended version as stated by the Rails developers.
Kamal; I believe this tutorial should be re-looked over and rewritten as it can be very confusing to newbies trying to install Ruby on Rails (like myself). Case in point, please follow this link. http://rvm.io/support/troubleshooting
Under the header titled, “Multi-User Installs - Using the sudo command”, they stress the importance of not running RVM as root and why. The tutorial states it can be done using sudo, but really should stress why so others don’t make the mistake of not doing so. That is my belief to make the tutorial super effective.
“rvm use 1.9.3 --default” gives an error for me, but “rvm --default use 1.9.3” resolves it
is this the better way or gems installation is the better way, and why should we use rvmsudo?
I use non-root user to try this. But I stuck on this step:
/home/jecko/.rvm/rvm.sh: No such file or directory
Any ideas?
@mr_spy_incognito: <code>curl -L get.rvm.io | bash -s stable</code> Did you run that as jecko?