-
-
Save sergii/1079013 to your computer and use it in GitHub Desktop.
Wednesday
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
Installed RVM: | |
$ sudo apt-get install git-core curl | |
Installed Ruby: | |
$ rvm install 1.9.2-p180 | |
$ rvm use 1.9.2-p180 | |
$ rvm gemset create prty_tv | |
$ rvm use 1.9.2-p180@prty_tv | |
Installed Rails: | |
$ gem install rails --pre | |
Created application: | |
$ rails new prty_tv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment