ReferencePlatforms/Test/WinXP: Difference between revisions

Jump to navigation Jump to search
Line 59: Line 59:


=== Apache ===
=== Apache ===
==== Talos page set and framecycler ====
The DocumentRoot will be dependent on the builddir of your Buildbot slave. In this section that directory will be referred to as $BUILDDIR.
Check out talos:
==== Pageset ====
cd c:\
You will need to install a page set in c:\pages.
cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos


You will need to install a page set in c:\talos\page_load_test.
==== The rest ====
==== The rest ====
* Download and install [http://apache.sunsite.ualberta.ca/httpd/binaries/win32/apache_2.2.4-win32-x86-no_ssl.msi Apache 2.2.4]
* Download and install [http://apache.sunsite.ualberta.ca/httpd/binaries/win32/apache_2.2.4-win32-x86-no_ssl.msi Apache 2.2.4]
* Set 'Network Domain' and 'Server Name' to 'localhost'.
* Set 'Network Domain' and 'Server Name' to 'localhost'.
* Change DocumentRoot and 'C:/Program Files..." <Directory> tag to 'c:/talos'.  
* Create an empty directory so Apache doesn't complain:
mkdir c:/talos-slave/$BUILDDIR/talos
* Change DocumentRoot and 'C:/Program Files..." <Directory> tag to 'c:/talos-slave/$BUILDDIR/talos'.
* Add an alias so Apache knows where the pageset is. Add this to your httpd.conf:
Alias /page_load_test/pages c:/pages
<Directory c:/pages>
    Options Indexes
    Order allow,deny
    Allow from all
</Directory>
* 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.
canmove, Confirmed users
6,439

edits

Navigation menu