[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:435

From: Minero Aoki <aamine@l...>
Date: Sun, 1 Jul 2007 18:50:02 +0900
Subject: [ruby-reference-manual:435] WEBrickモード

青木です。

WEBrick を使ってスタンドアロンで起動できるようにしました。
BitClust を svn up したあと、ソースツリーのルートで次のよ 
うに
打ってください。

   $ ruby standalone.rb --baseurl=http://localhost:10080 --database=./ 
db --debug

このコマンドでサーバを起動したあと、http://localhost:10080/view
にアクセスするとライブラリ一覧が見られるはずです。

なお、ポート番号は --port で変えられます。その場合は -- 
baseurl
のポート番号も変えてください。他のオプションについては
ruby standalone.rb --help を見て、わからなければこの ML で
聞いてください。

[参考]

$ ruby standalone.rb --help
standalone.rb [--port=NUM] --baseurl=URL --database=PATH [-- 
srcdir=PATH] [--templatedir=PATH] [--themedir=PATH] [--debug]
         --port=NUM                   Listening port number
         --baseurl=URL                The base URL to host.
         --database=PATH              Database root directory.
         --srcdir=PATH                BitClust source directory.
         --templatedir=PATH           BitClust template directory.
         --themedir=PATH              BitClust theme directory.
         --[no-]debug                 Debug mode.
         --help                       Prints this message and quit.

--
青木峰郎

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]