-
Notifications
You must be signed in to change notification settings - Fork 15
Instalacion VPS
Gustavo Beathyate edited this page May 8, 2014
·
11 revisions
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 upgradesudo apt-get install git-core curl build-essentialsudo apt-get install zlib1g-dev libssl-dev libreadline-dev libyaml-dev libxml2-dev libxslt1-devgit clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELLEN PROCESO