DITrack README $Id: README 2291 2007-10-25 00:00:40Z vss $ $HeadURL: https://127.0.0.1/ditrack/src/tags/0.7/README $ Copyright (c) 2006-2007 The DITrack Project, www.ditrack.org. REQUIREMENTS ============ * Python 2.3 or higher * Subversion 1.3 or higher DOCUMENTATION ============= NB! The documentation describes DITrack as of v.0.4. Sorry, we don't have enough bandwidth to update it timely. :-( Any contributions are welcome. See doc/html/index.html. An up-to-date brief introduction to DITrack can be found at doc/quicktour/index.html. INSTALLATION ============ Run the setup.py installation script: $ python setup.py install To get a list of available options, type: $ python setup.py --help See webui/README for the web interface installation instructions. UPGRADING FROM PREVIOUS VERSIONS ================================ There is no need to perform any upgrades for databases created with DITrack 0.6. Automatic upgrade is possible for databases created by DITrack 0.5. If you are upgrading from an older version of DITrack, use the upgrage utility from DITrack 0.5 first. To upgrade a database run the 'upgrade-0.5-db.py' script, passing the database path as the argument, like: $ ./upgrade-0.5-db.py /home/user/ditrack-database The upgrade procedure merely modifies the working copy (nothing gets committed to the repository). So, when done, you should commit the changes manually, like: $ svn ci -m "Upgraded to DITrack 0.5 format" /home/user/ditrack-database RESOURCES ========= http://www.ditrack.org