Skip to content

Instantly share code, notes, and snippets.

@sergii
Created July 12, 2011 21:27
Show Gist options
  • Save sergii/1079013 to your computer and use it in GitHub Desktop.
Save sergii/1079013 to your computer and use it in GitHub Desktop.
Wednesday
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