FreeBSD 6.1 安裝 Ruby on Rails

看板Ruby作者 (lala)時間18年前 (2006/10/30 20:09), 編輯推噓1(101)
留言2則, 1人參與, 最新討論串1/1
出自我的Blog http://lightyror.blogspot.com/2006/10/freebsd-ruby-on-rails.html FreeBSD 之極速傳說: FreeBSD 其實安裝 Ruby on Rails 相當的快速,根據 Rails on FreeBSD 這篇,直接下達 cd /usr/ports/www/rubygem-rails make install clean 就會安裝好 ruby , ruby-fcgi,memcache-client 跟 MySQL ,PQSQL ,SQLite 的 support ,真是太可怕的速度了:) 以下是詳細的安裝方式 1. 安裝 Ruby cd /usr/ports/lang/ruby18 make install clean 2. 安裝Ruby Gems cd /usr/ports/devel/ruby-gems make install clean 3. 安裝 fast-cgi cd /usr/ports/www/fcgi make install clean 4. 安裝 Ruby Fastcgi Lib cd /usr/ports/www/ruby-fcgi make install clean 5. 安裝 Ruby on Rails cd /usr/ports/www/rubygem-rails make install clean PS. ruby fsatcgi 請用 port 安裝,用 gem 安裝會失敗。 -- lighty RoR 是一個介紹 lighttpd , SQLite , Ruby and Rails 的 Blog http://lightyror.blogspot.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.230.111.164

10/30 20:45, , 1F
portinstall www/rubygem-rails 會把其它 dependency 都弄好
10/30 20:45, 1F

10/30 20:45, , 2F
portinstall/portupgrade 是歷史悠久的 ruby 程式喔 :p
10/30 20:45, 2F
文章代碼(AID): #15HUjyGb (Ruby)
文章代碼(AID): #15HUjyGb (Ruby)