canmove, Confirmed users
6,439
edits
(→Apache) |
No edit summary |
||
Line 57: | Line 57: | ||
c:\python24\python setup.py install | c:\python24\python setup.py install | ||
Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %* | Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %* | ||
=== Setting up a Buildbot Slave === | |||
How to setup a Buildbot Talos slave (replace the master.host, username, and password with the correct values) | |||
cd c:\ | |||
mkdir talos-slave | |||
buildbot create-slave talos-slave master.host:9989 username password | |||
You should then start the slave once to create the proper directory structure. | |||
buildbot start talos-slave | |||
buildbot stop talos-slave | |||
=== Apache === | === Apache === | ||
Line 78: | Line 87: | ||
* Restart Apache from the system tray icon | * Restart Apache from the system tray icon | ||
* Test the install by browsing to 'http://localhost/page_load_test/framecycler.html'. You should see rapidly changing pages. | * Test the install by browsing to 'http://localhost/page_load_test/framecycler.html'. You should see rapidly changing pages. | ||
= Updating Talos = | = Updating Talos = | ||
Assuming your Buildbot master configuration is proper, Buildbot will automatically update Talos on every performance run. If you pageset is updated, you will need to refresh c:/pages. | |||