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 hgapp
$ su hgapp

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 ~hgapp/hgapp.ini

Get it here or copy/paste the configuration.

Launch the server

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