You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
- Configure the system to use Apache 2.2.x, according to other pages on this wiki.
- Download the source code tarball and build script from either Trogdor or the /mit/webauth/shibboleth/source webauth Athena locker.
- Download from Trogdor:
cd /home/www/tmp
scp root@trogdor.mit.edu:/opt-software-repository-tmp/Touchstone/* /home/www/tmp
- Download for the webauth Athena locker:
cd /home/www/tmp
scp athena.dialup.mit.edu:/mit/webauth/shibboleth/source/* /home/www/tmp
- Create a Shibboleth build directory, unpack the tarball into it, copy the build script into it, and run the build script.
mkdir /home/www/tmp/shibboleth-build-directory
cd /home/www/tmp/shibboleth-build-directory
tar -xzvf /home/www/tmp/shibboleth-sp-sources.tgz
cp /home/www/tmp/build-sp.sh /home/www/tmp/shibboleth-build-directory