Rails

thin入れてみました

rails 1.8.6以上が必要です。debianのstableは1.8.5なのでいったんrubyを全部抜いて

sudo apptitude purge ruby1.8

testingの(1.8.6)を入れます。

sudo aptitude install ruby1.8/testing
sudo aptitude install ruby1.8-dev/testing
sudo aptitude install rubygems/testing
sudo gem install thin

まだMongrelみたくクラスターを起動するような機能はないようなので、自作する必要があるようです。

similar posts

comment

よろしければ、コメントをどうぞ。トラックバックはこちら

このエントリーのコメントの購読

次のHTMLタグが使えます。: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

*Required Fields