ReferencePlatforms/Test/Leopard: Difference between revisions

Jump to navigation Jump to search
Replaced ftp and http with https where it didn't make things worse.
(Replaced ftp and http with https where it didn't make things worse.)
 
Line 58: Line 58:


=== Wget ===
=== Wget ===
  curl ftp://ftp.gnu.org/pub/gnu/wget/wget-1.10.2.tar.gz > wget-1.10.2.tar.gz
  curl https://ftp.gnu.org/pub/gnu/wget/wget-1.10.2.tar.gz > wget-1.10.2.tar.gz
  tar -zvxf wget-1.10.2.tar.gz
  tar -zvxf wget-1.10.2.tar.gz
  cd wget-1.10.2
  cd wget-1.10.2
Line 68: Line 68:
=== Install Python 2.4.4 ===
=== Install Python 2.4.4 ===
# Download and install MacPython
# Download and install MacPython
  wget http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg
  wget https://www.python.org/ftp/python/2.4.4/python-2.4.4-macosx2006-10-18.dmg
  hdiutil attach python-2.4.4-macosx2006-10-18.dmg
  hdiutil attach python-2.4.4-macosx2006-10-18.dmg
  cd /Volumes/Univeral\ MacPython\ 2.4.4
  cd /Volumes/Univeral\ MacPython\ 2.4.4
Line 77: Line 77:


=== Install Twisted and Zope-Interface===
=== Install Twisted and Zope-Interface===
  wget http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2
  wget https://twistedmatrix.com/Releases/Twisted/2.4/Twisted-2.4.0.tar.bz2
  tar -jvxf Twisted-2.4.0.tar.bz2
  tar -jvxf Twisted-2.4.0.tar.bz2
  cd Twisted-2.4.0
  cd Twisted-2.4.0
Line 101: Line 101:
== Talos Setup ==
== Talos Setup ==
=== Install PyYAML ===
=== Install PyYAML ===
  wget http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz
  wget https://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz
  tar -zvxf PyYAML-3.05.tar.gz
  tar -zvxf PyYAML-3.05.tar.gz
  cd PyYAML-3.05
  cd PyYAML-3.05
Line 223: Line 223:


= Post-puppet packages =
= Post-puppet packages =
Since the deployment of Puppet, future changes to the ref platform are management by it. Because of this, providing _exact_ installation instructions can be tricky. All of the packages listed below are installed on the ref platform and some installation guidelines are provided. Looking at [http://hg.mozilla.org/build/puppet-manifests/file/tip/os/talos_osx.pp the osx talos puppet-manifests repository] may help if you are having trouble.
Since the deployment of Puppet, future changes to the ref platform are management by it. Because of this, providing _exact_ installation instructions can be tricky. All of the packages listed below are installed on the ref platform and some installation guidelines are provided. Looking at [https://hg.mozilla.org/build/puppet-manifests/file/tip/os/talos_osx.pp the osx talos puppet-manifests repository] may help if you are having trouble.


== Mercurial ==
== Mercurial ==
Line 242: Line 242:


== Manage dock and screen resolution ==
== Manage dock and screen resolution ==
* Deployed with [http://hg.mozilla.org/build/puppet-manifests/rev/04612be9bfeb 04612be9bfeb]
* Deployed with [https://hg.mozilla.org/build/puppet-manifests/rev/04612be9bfeb 04612be9bfeb]
* The files deployed are:
* The files deployed are:
  /Library/LaunchAgents/cscreen.resize.plist
  /Library/LaunchAgents/cscreen.resize.plist
43

edits

Navigation menu