Last active
August 29, 2015 14:18
-
-
Save poguez/716805b82d8637f28d3b to your computer and use it in GitHub Desktop.
Entorno para el taller de Rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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