摘要: 1. 首先安装Ruby,由于最新的稳定版1.3不支持1.9.x,所以下载1.8.7版本。另外我采用源码的方式安装:wget http://www.mirrorservice.org/sites/ftp.ruby-lang.org/pub/ruby/ruby-1.8.7-p358.tar.gztar zxvf ruby-1.8.7-p358.tar.gzcd ruby-1.8.7-p358./configuremakemake install2. 安装RubyGem,Redmine 1.3.x要求RubyGems wget http://production.cf.rubygems.org/ru 阅读全文
posted @ 2012-04-01 13:31 icyfire 阅读(1950) 评论(0) 推荐(0) 编辑