Ruby on Rails 在 Mac OS X 下的典型安装
1、Mac系统
- 系统更新
- 安装Xcode 4.4
- Xcode -> Preferences -> Download Tab -> Install ‘Command Line Tools’
2、安装homebrew
ruby -e “$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew install git
brew update
3、安装XQuartz(如果你要用ImageMagick)
- 访问: http://xquartz.macosforge.org/trac/wiki/Releases (下载最新的,当前是x11 2.7.4)
- 下载并完成安装
4、安装其他需要软件
brew install imagemagick
curl get.pow.cx | sh
brew install mysql (或者到Mysql官网下载)
5、RVM,Ruby,Rails
curl -L https://get.rvm.io | bash
source ~/.zprofile
rvm install 1.9.3
rvm 1.9.3 –default
gem install rails
gem install mysql2
gem install powder
6、安装JewelryBox
- 访问: http://jewelrybox.unfiniti.com
- 下载并完成安装