Skip to content

Instantly share code, notes, and snippets.

@liwh
Created November 30, 2010 13:49
Show Gist options
  • Save liwh/721701 to your computer and use it in GitHub Desktop.
Save liwh/721701 to your computer and use it in GitHub Desktop.
intall the shopqi project on mac os x
  • 首先安装rvm,这个和在linux上安装是一致的,安装完成之后,将 if [[ -s /Users/Apple/.rvm/scripts/rvm ]] ; then source /Users/Apple/.rvm/scripts/rvm ; fi 放在~/.bash_profile中。
  • rvm 1.9.2 —default
  • 参见前面安装rails 3
  • bundle install (在项目目录下执行,注意将Gemfile文件里的rb-inotify这个gem注释调,因为它还不支持os x平台)
  • 安装homebrew,具体步骤见:安装homebrew ,homebrew安装东西比macport要快很多。
  • sudo brew install ImageMagick
  • sudo brew install mongodb (具体步骤见:安装mongodb )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment