ReferencePlatforms/Test/Vista: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: = Configuration Details = From Vista Business == Downloaded Software Updates == Download all software updates as of August 8, 2008 == Configuration Changes == * Turned OFF all automat...)
 
Line 19: Line 19:
* ?? need help here
* ?? need help here


== Third-party applications ==
== Install Third-party applications ==
* python 2.4.4 (http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi)
* [http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi Python 2.4.4]
** install for all users
** 'Install for all users'
* python Win32 Extensions ( http://prdownloads.sourceforge.net/pywin32/pywin32-208.win32-py2.4.exe?download)
** Append 'C:\python24;c:\python24\scripts' to the PATH.
* pySyc ( http://pyyaml.org/download/pysyck/PySyck-0.61.2.win32-py2.4.exe)
* [http://prdownloads.sourceforge.net/pywin32/pywin32-208.win32-py2.4.exe?download Python Win32 Extensions] ('Run as Administrator')
* cygwin 1.5.22-1
* [http://pyyaml.org/download/pyyaml/PyYAML-3.05.win32-py2.4.exe PyYaml] ('Run as Administrator')
** perl 5.8.7-5
* Info-Zip
** curl 7.15.4-1
*# Download and extract [http://easynews.dl.sourceforge.net/sourceforge/gnuwin32/unzip-5.51-1-bin.zip Info-Zip]
** file 4.16-1
*# Place 'unzip.exe' and 'unzip32.dll' in c:\windows
** vim 7.0.122-1
* CVS
** unzip 5.52-2
*# Download [http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/cvs-1-11-22.zip CVS]
** wget 1.10.2-2
*# Extract to c:\windows
** cvs
* Wget
* real vnc
*# Download [http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe Wget] to c:\windows
** http://www.realvnc.com/download.html
* Chmod, rm, etc.
* buildbot 0.7.5
*# Download and install [http://superb-west.dl.sourceforge.net/sourceforge/gnuwin32/coreutils-5.3.0.exe Coreutils]
* Twisted 2.5.0 + ZopeInterface (included)
*# Append 'c:\program files\gnuwin32\bin' to PATH.
* for perf testing
* [http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted_NoDocs-2.4.0.win32-py2.4.exe Twisted 2.4.0] (Includes zope-interface)
** check out talos
** from cygwin prompt in /cygdrive/c/
** cvs -d ":pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot" co mozilla/testing/performance/talos
* Install Apache (2.2.4)
*# install as localhost/localhost
*# change document root in htconf to "c:/mozilla/testing/performance/talos"
*# test correct installation
*#* open firefox browser window to http://localhost/page_load_test/framecycler.html
*#** should see rapidly cycling web pages

Revision as of 15:11, 2 October 2007

Configuration Details

From Vista Business

Downloaded Software Updates

Download all software updates as of August 8, 2008

Configuration Changes

  • Turned OFF all automatic updates
  • Turned ON firewall; allowed RDP and SSH
  • Turned off all MS networking, leaving only TCP/IP
  • Created tester account
  • Turned on RDP; allowed tester and Administrator to connect
  • Turned off screensavers

Install supplemental language support

  • ?? need help here

Install Third-party applications

  • Python 2.4.4
    • 'Install for all users'
    • Append 'C:\python24;c:\python24\scripts' to the PATH.
  • Python Win32 Extensions ('Run as Administrator')
  • PyYaml ('Run as Administrator')
  • Info-Zip
    1. Download and extract Info-Zip
    2. Place 'unzip.exe' and 'unzip32.dll' in c:\windows
  • CVS
    1. Download CVS
    2. Extract to c:\windows
  • Wget
    1. Download Wget to c:\windows
  • Chmod, rm, etc.
    1. Download and install Coreutils
    2. Append 'c:\program files\gnuwin32\bin' to PATH.
  • Twisted 2.4.0 (Includes zope-interface)