ReferencePlatforms/BuildBot/Win32: Difference between revisions
Jump to navigation
Jump to search
(adedd admin priv note) |
m (tmp) |
||
| Line 2: | Line 2: | ||
This document describes how to create a Buildbot reference install on Windows. | This document describes how to create a Buildbot reference install on Windows. | ||
== Download | == Install Python == | ||
Download | Download and install Python 2.4 from [http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi here] | ||
Install it in "D:\buildtools\python24" | |||
== Install Python-Twisted == | |||
Download and install Python-Twisted 2.4 from [http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted_NoDocs-2.4.0.win32-py2.4.exe here] | |||
== Install Python Win32 extensions == | |||
Download and install the Python win32 extensions from [http://superb-west.dl.sourceforge.net/sourceforge/pywin32/pywin32-210.win32-py2.4.exe here] | |||
== Run the installer == | == Run the installer == | ||
Revision as of 22:25, 9 April 2007
Buildbot Reference Install Instructions - Win32
This document describes how to create a Buildbot reference install on Windows.
Install Python
Download and install Python 2.4 from here Install it in "D:\buildtools\python24"
Install Python-Twisted
Download and install Python-Twisted 2.4 from here
Install Python Win32 extensions
Download and install the Python win32 extensions from here
Run the installer
This will install the following things:
- Python 2.5
- Python-Twisted 2.5.0 (includes Zope-Interface)
- PyWin32 Build 210
- Buildbot (pulled from CVS on 03272007)
Note: This installer requires administrative privileges.
Setup a slave
The last page of the installer allows you to setup a slave. If you do not wish to do this at this time simply hit 'close'.