blob: 2da2ac210b4171f36ce694c6c811460daa179d1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
title: hg.sr.ht Installation
---
This document covers the installation steps for hg.sr.ht, the hg repository
hosting service.
# Installation
hg.sr.ht can be installed with the [standard package
installation process](/installation.md#installing-from-packages).
## Daemons
- `hg.sr.ht` — The web service.
## Cronjobs
- `hgsrht-periodic`: Performs various maintenance tasks.
- `hgsrht-clonebundles` (optional): Generates [clone
bundles](https://www.mercurial-scm.org/wiki/ClonebundlesExtension).
## Configuration
See [Configuration](configuration.md).
|