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 centralized Mercurial repositories using SSH public key authentication; it provides convenient and fine-grained key management and access control. |
4 centralized Mercurial repositories using SSH public key authentication; it |
|
5 provides convenient and fine-grained key management and access control. |
|
6 |
4 |
7 http://www.lshift.net/mercurial-server.html |
5 http://www.lshift.net/mercurial-server.html |
8 |
6 |
9 Copyright (C) 2008-2009 LShift Ltd. |
7 Copyright (C) 2008-2009 LShift Ltd. |
10 |
8 |
20 |
18 |
21 You should have received a copy of the GNU General Public License along |
19 You should have received a copy of the GNU General Public License along |
22 with this program; if not, write to the Free Software Foundation, Inc., |
20 with this program; if not, write to the Free Software Foundation, Inc., |
23 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
24 |
22 |
25 For details on how to install and use mercurial-server, see doc/manual.docbook. |
23 Though mercurial-server is currently targeted at Debian-based systems such as Ubuntu, other users have reported success getting it running on other Unix-based systems such as Red Hat. Running it on a non-Unix system such as Windows is not supported. You will need root privileges to install it. |
|
24 |
|
25 The best way to install mercurial-server is using your package management system. However, there is some provision for installing it directly. On Debian based systems such as Ubuntu, use the command |
|
26 |
|
27 sudo make setup-adduser |
|
28 |
|
29 On Red Hat and possibly other variants of Unix, try |
|
30 |
|
31 sudo make setup-useradd |
|
32 |
|
33 See doc/manual.docbook for the rest of the documentation. |
26 |
34 |
27 Paul Crowley, paul@lshift.net, 2009 |
35 Paul Crowley, paul@lshift.net, 2009 |
28 |
36 |