2013/04/02

Mongrelの利用

Ruby1.9系でMongrelを利用する方法です。
確認したのは、バージョン1.9.3p125です。

Gemfileに以下を追記します。

gem "mongrel", ">= 1.2.0.pre2"

bundlerでインストールします。
 > bundle install

動作確認して終了です。

 >rails s mongrel
 => Booting Mongrel
 => Rails 3.2.13 application starting in development on http://0.0.0.0:3000
 => Call with -d to detach
 => Ctrl-C to shutdown server
 Connecting to database specified by database.yml

0 件のコメント:

コメントを投稿