tldr/pages/common/hg-serve.md

28 lines
595 B
Markdown
Raw Normal View History

2018-01-13 16:13:04 +00:00
# hg serve
> Start a standalone Mercurial web server for browsing repositories.
- Start a web server instance:
`hg serve`
- Start a web server instance on the specified port:
`hg serve --port {{port}}`
- Start a web server instance on the specified listening address:
`hg serve --address {{address}}`
- Start a web server instance with a specific name:
`hg serve --name {{name}}`
- Start a web server instance using the specified theme:
`hg serve --style {{style}}`
- Start a web server instance using the specified SSL certificate:
`hg serve --certificate {{path/to/certificate}}`