We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Casi complemente robado de https://gorails.com/setup/ubuntu/14.04
Pendiente (por ahora imagen Ubuntu 14.04 Certified en Joyent)
entra por SSH:
ssh ubuntu@<ip-asignado-a-tu-vps>
sudo apt-get update sudo apt-get upgrade
sudo apt-get install git-core curl build-essential
sudo apt-get install zlib1g-dev libssl-dev libreadline-dev libyaml-dev libxml2-dev libxslt1-dev
rbenv
git clone git://github.com/sstephenson/rbenv.git .rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc echo 'eval "$(rbenv init -)"' >> ~/.bashrc exec $SHELL
EN PROCESO