作者giive (lala)
看板Ruby
标题 Gentoo 安装 Ruby on Rails + Lighttpd + fastcgi
时间Tue Oct 31 08:38:53 2006
出自我的Blog
http://lightyror.blogspot.com/2006/10/gentoo-ruby-on-rails-lighttpd-fastcgi.html
相比起FreeBSD,Gentoo 安装 Ruby on Rails 虽然没那麽方便,但是 Gentoo 也可以相当迅速的安装 Ruby on Rails +Lighttpd + Fastcgi ,不过要多下几个参数就是了。
1. 安装 Lighttpd + fastcgi
USE="fastcgi" emerge lighttpd
2. 安装 Ruby + Ruby on Rails + Ruby Gems + Fastcgi + Ruby Fastcgi + MySQL Binding + SQLite3 Binding(一次装好多)
USE="fastcgi mysql sqlite3" emerge rails
他会一次安装
[ebuild U ] dev-lang/ruby-1.8.5
[ebuild N ] dev-ruby/rubygems-0.8.11-r5
[ebuild N ] dev-ruby/rake-0.7.1
[ebuild N ] dev-ruby/activesupport-1.3.1
[ebuild N ] dev-ruby/activerecord-1.14.4
[ebuild N ] dev-ruby/actionpack-1.12.5
[ebuild N ] dev-ruby/actionmailer-1.2.5
[ebuild N ] dev-libs/fcgi-2.4.0 457 kB
[ebuild N ] dev-ruby/ruby-fcgi-0.8.6
[ebuild N ] dev-ruby/mysql-ruby-2.7
[ebuild N ] dev-ruby/sqlite3-ruby-1.1.0
[ebuild N ] dev-ruby/actionwebservice-1.1.6
[ebuild N ] dev-ruby/rails-1.1.6
如果你希望个别安装,可以照上面的相关的 Package 用 Gentoo 的 Portage 系统安装。
3. 安装 Mongrel
Portage 没有 Mongrel 的套件,但是刚刚已经安装了 rubygems ,所以我们可以很简单的使用
gem i mongrel mongrel_cluster
来安装 Mongrel
--
lighty RoR 是一个介绍 lighttpd , SQLite , Ruby and Rails 的 Blog
http://lightyror.blogspot.com/
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.230.102.107