Installation

There is currently no packaged release available.

Full Infrastructure

You can retrieve the actual development version with an svn client (see Contributor Tools).

svn co http://dev.lazaridis.com/base/svn/infra

After this, follow the instructions given in the file source:infra/1st.txt

Trac 0.11dev already installed

retrieve tracx and install it as usual as a trac-plugin:

svn co http://dev.lazaridis.com/base/svn/infra/tracx
cd tracx
python setup.py develop
# within trac/conf/trac.ini
[components]
tracx.* = enabled

Last Healhy Revision: r197 (uses trac:r4932)


Notes

trac 0.11dev dependencies

If you had a trac 0.11dev installed on the machine, the setup is trivial.

if not, you have to install the dependencies of trac (look in the source folder of trac for instructions).

This will be further automated, any suggestions are welcome.

lazaridis.com specifics

The actual development version is used 'live' as the lazaridis.com infrastructure.

It contains several site-specific's, which will be removed during further development.

Until then, you can use the standard svn functionality to merge changes which result out of svn updates.