canmove, Confirmed users
6,441
edits
| Line 16: | Line 16: | ||
cd .. | cd .. | ||
rm -rf buildbot/ | rm -rf buildbot/ | ||
=== Configure VNC Server | == Install Talos == | ||
cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos | |||
== Configure VNC Server == | |||
Set a password with: | Set a password with: | ||
vncpasswd | vncpasswd | ||
| Line 31: | Line 27: | ||
xsetroot -solid grey | xsetroot -solid grey | ||
And make it executable | And make it executable | ||
chmod + | chmod +x /home/mozqa/.vnc/xstartup | ||
Make vnc start on boot by adding the following to mozqa's crontab: | Make vnc start on boot by adding the following to mozqa's crontab: | ||
@reboot vnc4server -rfbport 5900 | @reboot vnc4server -rfbport 5900 | ||
== Configure Apache == | |||
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa | Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/talos'. | ||
Restart Apache | Restart Apache | ||
/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. | ||