canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 24: | Line 24: | ||
#* Click 'Access Privileges' | #* Click 'Access Privileges' | ||
#* Change the VNC password | #* Change the VNC password | ||
=== 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 | ||
# Mount the xcode_2.2.1_8g1165_018213632.dmg disk image by double clicking on it and and begin installing the XcodeTools.mpkg. | |||
# When it comes time to choose the Installation Type, choose "Customize" | |||
# Under "Cross-Development," select all the available SDKs, and then click "Install" | |||
# | |||
== 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 | # Mount the DMG and run the installer | ||
# You must log out and log back in to make sure Python 2.4.4 is used for the next steps. | |||
# You must | |||
=== 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 | ||
=== 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 | ||
== Talos Setup == | == Talos Setup == | ||
Line 76: | Line 68: | ||
=== Install Talos === | === Install Talos === | ||
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 === |