Changes between Version 13 and Version 14 of RunningBuildbotOnWindows


Ignore:
Timestamp:
03/25/08 18:49:54 (5 years ago)
Author:
terryrankine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningBuildbotOnWindows

    v13 v14  
    2424 
    2525   1. Install Python. 
    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. 
     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. 
    2828   1. Install the Python Win32 extensions. 
    2929   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{{{ 
     32trial --version 
     33}}} 
     34   1. Change directory to the buildbot pre-install folder (the unziped file) 
     35{{{ 
     36cd c:<path to extracted buildbot zip folder> 
     37}}} 
     38   1. Install buildbot by typing from the buildbot install folder. 
     39{{{ 
     40python setup.py install 
     41}}} 
    3342   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{{{ 
     48buildbot --version 
     49}}} 
     50 
    3551 
    3652