Install - Mac

From Sandoz

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
#RVM
#RVM
 +
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
 +
=>rvm install 1.8.7
=>rvm install 1.8.7
=>rvm install 1.9.2  
=>rvm install 1.9.2  

Revision as of 11:15, 18 February 2012

->install macport ->install xcode

http://railscasts.com/episodes/310-getting-started-with-rails

  1. RVM

$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)

=>rvm install 1.8.7 =>rvm install 1.9.2 =>rvm 1.9.2 --default

Go to your folder bundle install

  1. mysql

gem install mysql2

Personal tools