Size: 453
Comment:
|
Size: 474
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
This has most of the features of the full web interface, but is limited to a single connection at a time. If you want to make a more permanent server, you should probably use a CGI_Install. | This has most of the features of the full web interface, but is limited to a single connection at a time. 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, but is limited to a single connection at a time. If you want to make a more permanent server, you should probably use a ["CGI_Install":CGI-based server].