ReferencePlatforms/Test/Linux: Difference between revisions

Jump to navigation Jump to search
m
Line 16: Line 16:
  cd ..
  cd ..
  rm -rf buildbot/
  rm -rf buildbot/
* openssh-server
* buildbot 0.7.5
* Twisted 2.5.0 + ZopeInterface (included)
* for perf testing
** check out talos
** from cygwin prompt in /cygdrive/c/
** cvs -d ":pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot" co mozilla/testing/performance/talos


=== 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 +X /home/mozqa/.vnc/xstartup
  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 ===
== Configure Apache ==
Open /etc/apache2/sites-available/default and change the DocumentRoot and second <Directory> tag to '/home/mozqa/mozilla/testing/performance/talos'.
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.
canmove, Confirmed users
6,441

edits

Navigation menu