Created
March 29, 2012 12:33
-
-
Save solnic/2237029 to your computer and use it in GitHub Desktop.
Revisions
-
solnic revised this gist
Mar 29, 2012 . No changes.There are no files selected for viewing
-
solnic revised this gist
Mar 29, 2012 . No changes.There are no files selected for viewing
-
solnic revised this gist
Mar 29, 2012 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ 6 steps to set up a rails development environment on OS X: * install [Apple Command Line Tools](https://developer.apple.com/downloads/index.action) * install homebrew[1]: `/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"` * install rvm: `bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)` @@ -12,5 +12,4 @@ * start a project `rails new myproject` [1] Use `brew` command to install whatever database engine you need, ie `brew install sqlite` -
solnic revised this gist
Mar 29, 2012 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ 6 steps to set up a rails development environment on OS X: * install gcc pkg[1] from https://github.com/kennethreitz/osx-gcc-installer * install homebrew[2]: `/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"` * install rvm: `bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)` @@ -12,4 +12,5 @@ * start a project `rails new myproject` [1] You only need that if you don't have XCode installed [2] Use `brew` command to install whatever database engine you need, ie `brew install sqlite` -
solnic revised this gist
Mar 29, 2012 . 1 changed file with 10 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,15 @@ 6 steps to set up a rails development environment on OS X: * install gcc pkg from https://github.com/kennethreitz/osx-gcc-installer * install homebrew[1]: `/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"` * install rvm: `bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)` * install ruby `rvm install 1.9.3` * install rails `gem i rails` * start a project `rails new myproject` [1] Use `brew` command to install whatever database engine you need, ie `brew install sqlite` -
solnic created this gist
Mar 29, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 6 steps to set up a rails development environment on OS X: * install gcc pkg from https://github.com/kennethreitz/osx-gcc-installer * install homebrew[1]: `/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"` * install rvm `bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)` * install ruby `rvm install 1.9.3` * install rails `gem i rails` * start a project `rails new myproject` [1] Use `brew` command to install whatever database engine you need, ie `brew install sqlite`