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!
hit an error on CentOS 6.5 x64 at the rvm install ruby 2.1.0 line:
Error running ‘requirements_centos_update_system ruby-2.1.0’, showing last 15 lines of /usr/local/rvm/log/1401081375_ruby-2.1.0/update_system.log
I installed wget with yum install wget and that worked
I had to first add a user manually before I could add it to the group, like so:
useradd deployer
and then
sudo usermod -a -G deployers deployer
I’m stuck at setting up the system environment for ruby. RVM successfully installs but when I enter the second command: source /etc/profile.d/rvm.sh I get the following error: -bash: /etc/profile.d/rvm.sh: No such file or directory
Any ideas? Also, I’m running all of these commands from my droplet username (followed the instructions on creating a new user other than root), is this the right account to do it from? Thanks
@dietztutoring You need to run the curl command with the root user. The same happend to me when I run it with sudo my user.
Hello,
I have read your tutorial which is very good for first time user like me and went on to install my local Git Server with Capistrano for auto deployment.
so far everything is working fine on my setup , but i am facing one issue related to GIT hooks is mentioned below, but before let me tell you what i am doing.
but what happening is My changes are going to GIT server properly but from there its not getting deployed to remote server on it own using Hooks file.
but when i run the command manually from terminal “cap production deploy” the changes get deploy on remote server
Can you please suggest what wrong i am doing here.
Sushil Rangari www.linuxforeveryone.com
I’ve got a request for sudo password and capistrano doesn’t get it. I’ve tried passwordless sudo but it’s all the same: 00:04 puma:nginx_config Uploading /tmp/nginx_moonsnake_production 100.0% 01 sudo mv /tmp/nginx_moonsnake_production /etc/nginx/sites-available/moonsnake_production 01 [sudo] password for deploy:
Do you have any idea how to setup without root?