How do I set up Mercurial and hgweb on IIS?

前端 未结 10 1807
梦谈多话
梦谈多话 2020-11-28 18:01

I\'ve been looking all over for decent instructions on how to get hgweb working on IIS but I haven\'t found much of worth.

There\'s this \"step by step\" on the Merc

10条回答
  •  -上瘾入骨i
    2020-11-28 18:41

    Use mercurial to clone the mercurial repository:

    hg clone https://www.mercurial-scm.org/repo/hg/
    

    you will find hgwebdir.cgi at the top level. It should install like any other cgi script.

提交回复
热议问题