ReferencePlatforms/Test/Mac: Difference between revisions

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 39: Line 39:


=== 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 49: Line 49:
=== 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 58: Line 58:


=== 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 82: Line 82:
== 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 103: Line 103:


== Apache Setup ==
== Apache Setup ==
Install apache from http://httpd.apache.org/download.cgi (use unix source) - the copy of apache bundled with the mac is too old.
Install apache from https://httpd.apache.org/download.cgi (use unix source) - the copy of apache bundled with the mac is too old.


In the apache directory:
In the apache directory:
43

edits