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
| -Instalacion | |
| 1- sudo apt-get update | |
| 2- gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
| 4- sudo apt-get install curl | |
| 5- \curl -L https://get.rvm.io | bash -s stable --ruby | |
| 6- source ~/.rvm/scripts/rvm | |
| 7- gem install rubygems-update | |
| 8- update_rubygems | |
| 9- gem install rails | |
| 10- sudo apt-get install nodejs |
NewerOlder