Changes between Version 82 and Version 83 of RunningBuildbotOnWindows
- Timestamp:
- 09/19/11 09:49:07 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningBuildbotOnWindows
v82 v83 5 5 Buildbot runs on Windows, as both a slave and a master. The master can run on any convenient platform. 6 6 7 == Prerequisites ==7 == Prerequisites for a slave and for a master== 8 8 9 9 * [http://python.org/download/ Python 2.x]. Use the latest 2.x version of Python. … … 12 12 * [http://pypi.python.org/pypi/zope.interface/ Zope.Inteface]. This will be installed using [http://pypi.python.org/pypi/setuptools/ setuptools] and then `easy_install`ing it via "`C:python26scriptseasy_install zope.interface`". 13 13 * [http://buildbot.net/ Buildbot], of course. You need 0.8.2 or later. 14 15 == Prerequisites for the master == 16 17 * [http://jinja.pocoo.org/docs/ Jinja2] Follow the installation instructions from the Jinja2 website. 18 * [https://launchpad.net/pyopenssl pyOpenSSL] Match the version with the python you installed. 14 19 15 20 For the remainder of this document we will assume python was installed in "`C:Python27`". Please adjust accordingly if you install to a different path. … … 34 39 8. type .setuptools-0.6c11.win32-py2.7.exe Click Next, Leave default of C:Python27, click Next, click Next, click Finish. 35 40 9. type c:Python27scriptseasy_install.exe zope.interface-3.6.1-py2.7-win32.egg 36 10. if you are installing a buildbot master, install Jinja2 using the easy_install method from the Jinja2 website.37 11. if you are installing a buildbot master, unzip buildbot-0.8.3p1.zip in this folder. type cd buildbot-0.8.3p1uildbot-0.8.3p1, type c:python27python.exe setup.py install41 10. '''only if you are installing a buildbot master''', install Jinja2 using the easy_install method from the Jinja2 website. 42 11. '''only if you are installing a buildbot master''', unzip buildbot-0.8.3p1.zip in this folder. type cd buildbot-0.8.3p1uildbot-0.8.3p1, type c:python27python.exe setup.py install 38 43 12. if you are installing a buildbot master, install the correct version of pyOpenSSL from the 2.7 egg, from here https://launchpad.net/pyopenssl . This is necessary for SSL email to work (build failure emails). 39 44 13. unzip buildbot-slave-0.8.3.zip in this folder. type cd buildbot-slave-0.8.3uildbot-slave-0.8.3, type c:python27python.exe setup.py install
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)