ReferencePlatforms/Test/Mac: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
#* Click 'Access Privileges'
#* Click 'Access Privileges'
#* Change the VNC password
#* Change the VNC password
# Install the cltbld ssh key in ~/.ssh


=== XCode Installation ===
=== XCode Installation ===
Line 30: Line 29:
  export CVS_RSH=ssh
  export CVS_RSH=ssh
  ocvs -d :ext:cltbld@cvs.mozilla.org:/mofo co ref-platforms/mac
  ocvs -d :ext:cltbld@cvs.mozilla.org:/mofo co ref-platforms/mac
# Install Xcode
# Mount the xcode_2.2.1_8g1165_018213632.dmg disk image by double clicking on it and and begin installing the XcodeTools.mpkg.
## Mount the Xcode dmg
# When it comes time to choose the Installation Type, choose "Customize"
## Double click on XcodeTools.mpkg
# Under "Cross-Development," select all the available SDKs, and then click "Install"
## In the 'Installation Type' section choose 'Customize' and enable everything under 'Cross-Development'


== BuildBot Setup ==
== BuildBot Setup ==
=== Install Python 2.4.4 ===
=== Install Python 2.4.4 ===
# Download [http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg MacPython 2.4.4]
# Download [http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg MacPython 2.4.4]
# Mount and install MacPython
# Mount the DMG and run the installer
hdiutil attach python-2.4.4-macosx2006-10-18.dmg
# You must log out and log back in to make sure Python 2.4.4 is used for the next steps.
cd /Volumes/Universal\ MacPython\ 2.4.4
sudo installer -pkg MacPython.mpkg -target /
# You must logout and log back in to make sure you are using the new version of Python.


=== Install Twisted and Zope-Interface===
=== Install Twisted and Zope-Interface===
Line 57: Line 52:
  python setup.py build
  python setup.py build
  sudo python setup.py install
  sudo python setup.py install
cd ..


=== Install BuildBot ===
=== Install BuildBot ===
Line 64: Line 58:
  python setup.py build
  python setup.py build
  sudo python setup.py install
  sudo python setup.py install
cd ..
rm -rf buildbot/


== Talos Setup ==
== Talos Setup ==
Line 76: Line 68:


=== Install Talos ===
=== Install Talos ===
cd ~
  ocvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos
  ocvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos
=== Configure Apache ===
=== Configure Apache ===
canmove, Confirmed users
6,439

edits

Navigation menu