Skip to content

Instantly share code, notes, and snippets.

@poguez
Last active August 29, 2015 14:18
Show Gist options
  • Save poguez/716805b82d8637f28d3b to your computer and use it in GitHub Desktop.
Save poguez/716805b82d8637f28d3b to your computer and use it in GitHub Desktop.
Entorno para el taller de Rails
Instala Vagrant en tu sistema:
https://www.vagrantup.com/downloads.html
Instala Virtual Box:
https://www.virtualbox.org/wiki/Downloads
Clona el repositorio de:
https://github.com/rails/rails-dev-box
$ git clone https://github.com/rails/rails-dev-box.git
$ cd rails-dev-box
$ vagrant up
$ vagrant ssh
Una vez que estés dentro de la máquina virtual
Baja la llave gpg con:
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
Baja rvm
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment