We're keeping source code in
Subversion -
here's web interface (see also
this or
this site)
To try this version on Linux:
Initialization:
svn checkout http://svn.berlios.de/svnroot/repos/griffith/griffith griffith_svn
mkdir griffith_config
cd griffith_svn
./griffith ../griffith_config
Update (if there were updates in SVN):
cd griffith_svn
svn up
./griffith ../griffith_config
Note that
SQLAlchemy and
PySQLite2 are required dependencies now (
here's latest package for Debian/Ubuntu). If you want to use PostgreSQL or MySQL, you need to install python-psycopg2 and/or python-mysqldb packages as well.