Changes between Version 13 and Version 14 of RunningBuildbotOnWindows
- Timestamp:
- 03/25/08 18:49:54 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningBuildbotOnWindows
v13 v14 24 24 25 25 1. Install Python. 26 1. Add c:python24 and c:python24scriptsto the system PATH.27 1. Add .pyto PATHEXT to enable python files to be executed.26 1. Add {{{ c:python24 }}} and {{{ c:python24scripts }}} to the system PATH. 27 1. Add {{{ .py }}} to PATHEXT to enable python files to be executed. 28 28 1. Install the Python Win32 extensions. 29 29 1. Install the twisted framework. 30 1. Try testing the twisted installation by typing "trial --version" at the command prompt. Make sure it shows the correct version of Twisted (2.4.0). 31 1. Change directory to the buildbot install folder "cd c:<path to buildbot folder>" 32 1. Install buildbot by typing "python setup.py install" from the buildbot install folder. 30 1. Try testing the twisted installation at the command prompt. Make sure it shows the correct version of Twisted (2.4.0). 31 {{{ 32 trial --version 33 }}} 34 1. Change directory to the buildbot pre-install folder (the unziped file) 35 {{{ 36 cd c:<path to extracted buildbot zip folder> 37 }}} 38 1. Install buildbot by typing from the buildbot install folder. 39 {{{ 40 python setup.py install 41 }}} 33 42 1. Edit the buildbot.bat file now found in C:python24scripts to contain the correct script path (it points at c:python23 by default). 34 1. Open a command prompt and type "buildbot --version", hopefully returning the version numbers if everything went well. 43 {{{ 44 <favourite editor... wordpad.exe> C:python24scriptsuildbot.bat 45 }}} 46 1. Open a command prompt and check buildbot version information, hopefully returning the version numbers if everything went well. 47 {{{ 48 buildbot --version 49 }}} 50 35 51 36 52
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)