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!
I needed to restart my shell session for the changes to .bashrc to be refreshed in Ubuntu 16.04.
I found it useful to run the following commands before starting the gems section of the tutorial.
“$ touch ~/.gemrc”
“$ gem source -a https://rubygems.org”
I also visited the nodesource repo on github to adapt the tutorial for installing the 7.x version which was my preference.
Nice job on the tutorial, I found it very helpful.
When running
rbenv install 2.3.1
the build may fail with
make: *** [rdoc] Error 137
This can be overcome by adding the variable to disable the doc building step of the install.
RUBY_CONFIGURE_OPTS=--disable-install-doc rbenv install 2.3.1
However, I am not familiar with what the repercussions of disabling the doc building step are.
I’m on Ubuntu server 16.04 LTS and had to append my PATH in .bashrc with .rbenv/rbenv/bin instead of .rbenv/bin, as mentioned above.
Great tutorial!, I am using ruby on rails for the first time on a virtual machine and was able to do it and fix some issues thanks to your post. Do you have any other tutorials about developing on ruby on rails? I signed up thanks to this tutorial. lol