canmove, Confirmed users
6,441
edits
(New page: = Configuration Details = Ubuntu 7.04 'Desktop" install == Downloaded Software Updates == TODO == Configuration Changes == == Third-party applications == * openssh-server * buildbot 0....) |
m (→Third-party applications: wip) |
||
| Line 9: | Line 9: | ||
== Third-party applications == | == Third-party applications == | ||
sudo apt-get install openssh-server python-twisted cvs apache2 | |||
cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d buildbot mozilla/tools/buildbot | |||
cd buildbot | |||
python setup.py build | |||
python setup.py install | |||
cd .. | |||
rm -rf buildbot/ | |||
* openssh-server | * openssh-server | ||
* buildbot 0.7.5 | * buildbot 0.7.5 | ||
| Line 16: | Line 23: | ||
** from cygwin prompt in /cygdrive/c/ | ** from cygwin prompt in /cygdrive/c/ | ||
** cvs -d ":pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot" co mozilla/testing/performance/talos | ** cvs -d ":pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot" co mozilla/testing/performance/talos | ||
=== Configure Apache === | |||
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/mozilla/testing/performance/talos'. | |||
Restart Apache | |||
/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. | |||