2

I searched a little and did not find anything interesting. I'm looking for a guide on how to install Mercurial server with a nice WebUI.
CollabNet Subversion under Windows to the Edge and I'm happy, but a lot of people write and say that Mercurial is better, so I want to evaluate this myself.

I am looking for a tutorial, or for any WebUI for Mercurial.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278

3 Answers3

4

I'm not entirely sure how feature-rich you want the Web UI to be, but a good place to start would be with hgweb.

The simplest way to get something up and running is with the built-in web server from the 'hg serve' command: https://www.mercurial-scm.org/wiki/hgserve

If you want something a little more involved for multiple repositories being served through a web server like httpd, here are some initial instructions to take a look at: https://www.mercurial-scm.org/wiki/HgWebDirStepByStep

If you need something more like a local Github, maybe take a look at RhodeCode (disclaimer, never used personally)

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Ophidian
  • 9,775
  • 2
  • 29
  • 27
  • I know these systems. It's enough for me. I need statistics, setting up new users, adding new repositories, login. –  Nov 10 '11 at 16:04
0

Phabricator's Diffusion supports Mercurial: https://www.phacility.com/phabricator/diffusion/

jhasse
  • 2,379
  • 1
  • 30
  • 40
0

I just saw a web app for Mercurial repository administration linked on another question : phpHgAdmin.

Apparently, you can manage your repositories and create new users, but no statistics.

I never tested it, but you maybe want to give it a shot.

krtek
  • 26,334
  • 5
  • 56
  • 84