== Prerequisites == * `python-2.4+` * `apache-2.0+` * `mod_python-3.0+` * `trac-0.10+` * `subversion-1.2+` == Installation == '''All operations must be performed as root.''' === Source install === * Grab the latest sources from project's svn repository : {{{ svn export http://www.clever-age.org/svn/cleverbox/trunk }}} * Install sources : {{{ python 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 }}} * Initialize environment : {{{ cleverbox-admin /etc/cleverbox initenv }}} Provide informations required by script, follow its instructions regarding apache configuration. That's it !