Changes between Version 48 and Version 49 of RunningBuildbotOnWindows


Ignore:
Timestamp:
06/14/11 12:41:21 (2 years ago)
Author:
dabrahams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v48 v49  
    7272In your administrator command prompt, run "`regedit`".  Use it to navigate to "`HKEY_LOCAL_MACHINESystemCurrentControlSetservices`"; in that long list of services you will find a "`Buildbot`" entry (i.e. folder).  Right click the `Buildbot` folder and select permissions.  In the dialog that comes up, add a new user to the list, and then grant that user "Full Control". 
    7373 
    74 Finally, under that "Buildbot" services in the registry you will find a "Parameters" key.  There are currently no values under this key.  You will need to *create* a 'String Value' under "Parameters" which is named "directories".  Set the value of "directories" to be the full path to your slave's configuration directory.  This is the same directory where `buildbot.tac` and `twistd.log` live. 
     74Now try ''again'' to start the service.  Windows will again immediately complain that the service shutdown immediately; that's fine. 
     75 
     76Finally, under that "Buildbot" services in the registry you will find a "Parameters" key (you may need to hit F5 to refresh so you can see it).  There are currently no values under this key.  You will need to *create* a 'String Value' under "Parameters" which is named "directories".  Set the value of "directories" to be the full path to your slave's configuration directory.  This is the same directory where `buildbot.tac` and `twistd.log` live. 
    7577 
    7678Finally, go back to your "Services" running as administrator and right-click "Buildbot" to start your service -- or just reboot.