/docs/MercurialApp Gawel's repository

Table Of Contents

Previous topic

Welcome to MercurialApp’s documentation!

Next topic

Bootstrap script

This Page

Installation

Dependencies

You need to install lxml:

$ sudo aptitude install python-lxml

Or with easy_install:

$ easy_install lxml

If it fails, try this:

$ STATIC_DEPS=true easy_install lxml

Add a new user !!

Create a new user in your system:

$ sudo adduser hg
$ sudo su - hg

Bootstrap the application

I have a bootstrap script. So it’s easy.

Get it here or copy/paste the script.

Configuration file

Create a config file ~hg/hgapp.ini

Get it here or copy/paste the configuration.

Launch the server

See if it work:

$ cd $HOME
$ bin/hgapp serve hgapp.ini

If everything is OK then use the init.d script:

$ bin/init.d start