equal
deleted
inserted
replaced
1 mercurial-server |
1 mercurial-server |
2 |
2 |
3 mercurial-server gives your developers remote read/write access to |
3 mercurial-server gives your developers remote read/write access to |
4 centralized Mercurial repositories using SSH public key authentication; it |
4 centralized Mercurial repositories using SSH public key authentication; it |
5 provides convenient and fine-grained key management and access control. |
5 provides convenient and fine-grained key management and access control. |
6 |
6 |
7 http://www.lshift.net/mercurial-server.html |
7 http://www.lshift.net/mercurial-server.html |
8 |
8 |
9 Copyright (C) 2008-2010 LShift Ltd. |
9 Copyright (C) 2008-2010 LShift Ltd. |
10 |
10 |
23 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
23 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
24 |
24 |
25 Though mercurial-server is currently targeted at Debian-based systems such |
25 Though mercurial-server is currently targeted at Debian-based systems such |
26 as Ubuntu, other users have reported success getting it running on other |
26 as Ubuntu, other users have reported success getting it running on other |
27 Unix-based systems such as Red Hat. Running it on a non-Unix system such as |
27 Unix-based systems such as Red Hat. Running it on a non-Unix system such as |
28 Windows is not supported. You will need root privileges to install it. |
28 Windows is not supported. You will need root privileges to install it. |
29 |
29 |
30 The best way to install mercurial-server is using your package management |
30 The best way to install mercurial-server is using your package management |
31 system - there are pre-built .deb files on the website. However, there is |
31 system - there are pre-built .deb files on the website. However, there is |
32 some provision for installing it directly. On Debian based systems such as |
32 some provision for installing it directly. On Debian based systems such as |
33 Ubuntu, use the command |
33 Ubuntu, use the command |
39 sudo make setup-useradd |
39 sudo make setup-useradd |
40 |
40 |
41 See doc/manual.docbook for the rest of the documentation. |
41 See doc/manual.docbook for the rest of the documentation. |
42 |
42 |
43 Paul Crowley, paul@lshift.net, 2010 |
43 Paul Crowley, paul@lshift.net, 2010 |
44 |
|