だいたいに10分くらいだと思う。 まずtinytinyhttpd(tthttpd)とmercurialは既に入っている事として 1. リポジトリを作る # cd /path/to/repo # hg init 2. hgwebdir.cgiを用意する mercurialに含まれるhgwebdir.cgiを配置する。 # cd /path/to/web # cp /path/to/hgwebdir.cgi . mercurialのソースパッケージに入ってる 3. hgweb.configを用意する hgwebdir.cgi用の設定ファイルを書く。 [paths] repo = /path/to/repo 4. hgrcを作る .hg/hgrcを作る(もしくは修正する)。 [web] name = repo description = my private repo contact = mat