windows deploy

SVN

If you are on windows 7 64 bit, you can get the svn command line client:
http://www.sliksvn.com/en/download
otherwise just take it from collabnet.

python 2.5.4

http://www.python.org/ftp/python/2.5.4/ for msi to install this version.
Download python-2.5.4.msi and run the installer.
Place this in the standard location.
windows: C:\Python25

NOTE: add %PATH%;C:\Python25 to your ENV PATH variable in Windows.
Right click My Computer/Properties/Advanced/Environment Variables and then in the User Variables create PATH if it
doesn't already exit. For the value add %PATH%;C:\Python25. If PATH does exist, simply edit path and append ;C:\Python25
to the value already there. See below for full path variables you need to add

Postgres 8.3.7

Download http://wwwmaster.postgresql.org/download/mirrors-ftp/binary/v8.3.7/win32/postgresql-8.3.7-1.zip
Unzip and install
During the installation process, a database will be created and Postgress server will run. It is not necessary to run
the database service. You can stop the service under Programs/PostGresSQL and select stop service.
Launch the Application Stack Builder (Programs -> PostgreSQL 8.3), choose
'PostgreSQL Database Server 8.3 on port 5432' from the drop down menu and then select to install PostGIS 1.3.3.

C:\Program Files\PostgreSQL\8.3\bin contains the necessary dlls for PostGIS and GEOS libraray and should be included in
your path (see below)

Django

This goes here:
C:\Python25\Lib\site-packages\django

Jogging

unzip file, copy the content folder called "jogging" to C:\Python25\Lib\site-packages