Changes between Version 77 and Version 78 of RunningBuildbotOnWindows


Ignore:
Timestamp:
09/16/11 10:16:36 (20 months ago)
Author:
philippem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v77 v78  
    2323}}} 
    2424 
    25 The following steps were successfully used on Windows Server 2003 SP2 (32 bit) using python 2.7 for buildbot 0.8.3p1. They should work for later versions of buildbot. Note the use of an absolute path to the python executable during installation. 
     25The following steps were successfully used on Windows Server 2003 SP2 (32 bit) using python 2.7 for buildbot 0.8.3p1. They should work for later versions of buildbot. Note the use of an absolute path to the python executable during installation; this is required if you have multiple side-by-side installations of python 
    2626 
    2727 1.   '''log in as Administrator directly''' (ctrl-alt-delete from the login screen) Doing this as any other user, even users with Administrator privileges, will cause the eggs to be installed with incorrect permissions and a non-privileged buildbot service will fail to launch. 
     
    3737 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 
    3838 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  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 Note: this is the principal standard method in python for installing packages; the package will be installed locally for the specific version of python running setup.py. It is thus possible to install multiple, side-by-side python installations, so it is important to know which one you are running. "egg" files are a newer python packaging system. 
     39 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  
    4040 
    4141