Install - Mac
From Sandoz
(Difference between revisions)
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
- 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
- mysql
gem install mysql2