ReferencePlatforms/Test/Linux: Difference between revisions

Jump to navigation Jump to search
m
(New page: = Configuration Details = Ubuntu 7.04 'Desktop" install == Downloaded Software Updates == TODO == Configuration Changes == == Third-party applications == * openssh-server * buildbot 0....)
 
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
* Install Apache (2.2.4)
 
*# install as localhost/localhost
=== Configure Apache ===
*# change document root in htconf to "c:/mozilla/testing/performance/talos"
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/mozilla/testing/performance/talos'.
*# test correct installation
Restart Apache
*#* open firefox browser window to http://localhost/page_load_test/framecycler.html
/etc/init.d/apache2 restart
*#** should see rapidly cycling web pages
Test the installation by browsing to 'http://localhost/page_load_test/framecycler.html'. The browser should cycle through many pages rapidly.
canmove, Confirmed users
6,441

edits

Navigation menu