== Prerequisites ==

 * `python-2.4+` ('''This version of cleverbox is not compatible with python-2.5''')
 * `apache-2.0+`
 * `mod_python-3.0+`
 * `trac-0.10+`
 * `subversion-1.2+`

== Installation ==

'''All operations should be performed as root.'''

=== Deb install ===

 * Configure APT repository as described in http://www.clever-age.org/trac/wiki/cleverbox/downloads#DebianUbuntu
 * Install package :
{{{
apt-get install cleverbox
}}}

=== Source install ===

 * Download latest source package from http://www.clever-age.org/trac/wiki/cleverbox/downloads
 * Untar
 * Install sources :
{{{
python2.4 setup.py install
}}}
 * Enable the `dav_fs` and `dav_svn` apache modules

== Initialisation ==

 * Create the directory that will hold apache configuration and cleverobx preferences :
{{{
mkdir /etc/cleverbox
}}}
 * Run :
{{{
cleverbox-admin /etc/cleverbox
}}}
 * Once on the prompt run the `initenv` command
 * Provide informations required by script
 * Update Apache configuration as told

That's it !