Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-08-28 08:34:04
Size: 260
Editor: mpm
Comment:
Revision 7 as of 2006-05-19 03:11:13
Size: 506
Editor: mozbugbox
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

This has most of the features of the full web interface. This server can do multithread/multi-process request since Mercurial version 0.9. If you want to make a more permanent server, you should probably use a [:CGI_Install:CGI-based server].

Mercurial has a built-in web server which can be used for browsing a repository with a web browser or for allowing remote machines to pull from you. To use it, simply run:

$ hg serve

And then point your web browser at http://localhost:8000/.

This has most of the features of the full web interface. This server can do multithread/multi-process request since Mercurial version 0.9. If you want to make a more permanent server, you should probably use a [:CGI_Install:CGI-based server].

hgserve (last edited 2012-10-25 19:49:02 by mpm)