canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 61: | Line 61: | ||
== Configure Apache == | == Configure Apache == | ||
The DocumentRoot will be dependent on the builddir of your Buildbot slave. In this section that directory will be referred to as $BUILDDIR. | |||
=== Pageset === | === Pageset === | ||
You will need to install a pageset in /home/mozqa/pages | You will need to install a pageset in /home/mozqa/pages | ||
=== The rest === | === The rest === | ||
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/talos'. | * Create an empty directory so Apache doesn't complain: | ||
cd ~/talos-slave/$BUILDDIR | |||
mkdir talos | |||
* Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/talos-slave/$BUILDDIR/talos'. | |||
Open up /etc/apache2/conf.d/charset and comment out the AddCharset line as so: | Open up /etc/apache2/conf.d/charset and comment out the AddCharset line as so: | ||
#AddDefaultCharset UTF-8 | #AddDefaultCharset UTF-8 | ||
| Line 78: | Line 82: | ||
/etc/init.d/apache2 restart | /etc/init.d/apache2 restart | ||
Test the installation by browsing to 'http://localhost/page_load_test/framecycler.html'. The browser should cycle through many pages rapidly. | Test the installation by browsing to 'http://localhost/page_load_test/framecycler.html'. The browser should cycle through many pages rapidly. | ||
= Updating Talos = | = Updating Talos = | ||
Assuming your Buildbot master configuration is proper, Buildbot will automatically update Talos on every performance run. If the pageset is updated, you will need to refresh /home/mozqa/pages. | Assuming your Buildbot master configuration is proper, Buildbot will automatically update Talos on every performance run. If the pageset is updated, you will need to refresh /home/mozqa/pages. | ||