=================
INSTALL BundleMan
=================
:author: Benoit Delbosc

:address: bdelbosc _at_ nuxeo.com

:revision: $Id: INSTALL.txt 49134 2006-09-18 10:38:24Z bdelbosc $

:abstract: This document describes how to install the BundleMan_ tool.

.. sectnum::  :depth: 1
.. contents:: Table of Contents


OS support
----------

Should work on an any unices.


Requierments
------------

* python 2.4 (python 2.3 to be tested)

* subversion (fine with 1.2.0)

* rm, grep, tar, sort, find, xargs, md5sum

Install
-------

* Get the latest package from python 'Cheese Shop'_

* Extract the archive::

    tar xzvf bundleman-X.Y.Z.tgz
    cd bundleman

* install bundleman either with ::

    sudo make install

  or using the pythonic way::

    python setup.py build
    sudo python setup.py install

Uninstall
---------

From the archive extraction::

  sudo make uninstall



--------------------------

See README_ for more information about BundleMan_.

See CHANGES_ for information on BundleMan_ packages.

.. _BundleMan: http://bundleman.nuxeo.org/
.. _'Cheese Shop': http://www.python.org/pypi
.. _README: README.html
.. _CHANGES: CHANGES.html

.. Local Variables:
.. mode: rst
