[Treepkg-commits] r413 - trunk/contrib/sawmill

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Aug 20 18:27:31 CEST 2010


Author: teichmann
Date: 2010-08-20 18:27:31 +0200 (Fri, 20 Aug 2010)
New Revision: 413

Modified:
   trunk/contrib/sawmill/README
Log:
Improved README of sawmill a bit.


Modified: trunk/contrib/sawmill/README
===================================================================
--- trunk/contrib/sawmill/README	2010-08-20 16:15:29 UTC (rev 412)
+++ trunk/contrib/sawmill/README	2010-08-20 16:27:31 UTC (rev 413)
@@ -1,2 +1,30 @@
 A simple mod_python based web application to render the 
 build reports of treepkg.
+
+Tested on Debian 5.0 Lenny
+
+# apt-get install apache2
+# apt-get install libapache2-mod-python
+# apt-get install apt-get install python-lxml
+
+Copy web dir into a place which is served by apache.
+Create an .htaccess file in web:
+---8<---
+AddHandler mod_python .py
+DirectoryIndex index.py
+PythonHandler mod_python.publisher
+--->8---
+
+Create sub directories in web/treepkgs for each
+treepkg which reports should be served. Edit
+the treepkg.xml file in these directories to
+provide some extra information about the treepkgs.
+See web/treepkgs/demo as an example.
+
+Use rsync at the treepkg side to push the
+reports to the corresponding treepkgs directory:
+
+$ rsync -avz \
+  --exclude 'debian' --exclude 'src' \
+  --exclude 'binary' --exclude '*checkout*' \
+  --exclude '*.html' $TREE_PKG/mill/tracks/ $DEST/tracks



More information about the Treepkg-commits mailing list