Changes between Version 82 and Version 83 of RunningBuildbotOnWindows


Ignore:
Timestamp:
09/19/11 09:49:07 (20 months ago)
Author:
philippem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v82 v83  
    55Buildbot runs on Windows, as both a slave and a master.  The master can run on any convenient platform. 
    66 
    7 == Prerequisites == 
     7== Prerequisites for a slave and for a master== 
    88 
    99 * [http://python.org/download/ Python 2.x]. Use the latest 2.x version of Python. 
     
    1212 * [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`". 
    1313 * [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. 
    1419 
    1520For the remainder of this document we will assume python was installed in "`C:Python27`".  Please adjust accordingly if you install to a different path. 
     
    3439 8.   type .setuptools-0.6c11.win32-py2.7.exe  Click Next, Leave default of C:Python27, click Next, click Next, click Finish. 
    3540 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 install 
     41 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 
    3843 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). 
    3944 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