Matthias Julius schrieb: > spaetz <[EMAIL PROTECTED]> writes: > >> Installing _unstable is only an SVN away: >> svn co >> http://svn.openstreetmap.org/applications/rendering/tilesAtHome_unstable > > Or to switch an existing installation to _unstable: > svn switch > http://svn.openstreetmap.org/applications/rendering/tilesAtHome_unstable > > Matthias >
Just a suggestion... I'm running the stable and unstable version side by side. Each has one LocalSlippyMap test env and one real rendering env without interfering each other. Looks sth. like this... .../osm/tah/stable/TilesAtHome (SVN) .../osm/tah/stable/TilesAtLocal .../osm/tah/stable/TilesAtTest .../osm/tah/unstable/TilesAtHome (SVN) .../osm/tah/unstable/TilesAtLocal .../osm/tah/unstable/TilesAtTest The music plays in TilesAtLocal and TilesAtTest where I place two files. One starter(bat/sh) and one additional conf. The starter actually calls the tilesGen.pl but before it copies the corresponding template.confs from TilesAtHome to tilesGen.conf / authentication.conf and then concatenates the additional conf to tilesGen.conf. This leaves the originals untouched and you have 4 environments with little effort. Regards Carsten _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
