README
changeset 185 f8f8b4018381
parent 170 0f5e30c85fc3
child 263 9f7ad3a71c90
equal deleted inserted replaced
184:ec3047e1dadc 185:f8f8b4018381
     1 mercurial-server
     1 mercurial-server
     2 
     2 
     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. 
     3 mercurial-server gives your developers remote read/write access to
       
     4 centralized Mercurial repositories using SSH public key authentication; it
       
     5 provides convenient and fine-grained key management and access control. 
     4 
     6 
     5 http://www.lshift.net/mercurial-server.html
     7 http://www.lshift.net/mercurial-server.html
     6 
     8 
     7 Copyright (C) 2008-2009 LShift Ltd.
     9 Copyright (C) 2008-2009 LShift Ltd.
     8 
    10 
    18 
    20 
    19     You should have received a copy of the GNU General Public License along
    21     You should have received a copy of the GNU General Public License along
    20     with this program; if not, write to the Free Software Foundation, Inc.,
    22     with this program; if not, write to the Free Software Foundation, Inc.,
    21     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    23     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    22 
    24 
    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. 
    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
       
    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. 
    24 
    29 
    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
    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
       
    32 some provision for installing it directly. On Debian based systems such as
       
    33 Ubuntu, use the command
    26 
    34 
    27     sudo make setup-adduser
    35     sudo make setup-adduser
    28 
    36 
    29 On Red Hat and possibly other variants of Unix, try
    37 On Red Hat and possibly other variants of Unix, try
    30 
    38