You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. Configure the system to use Apache 2.2.x, according to other pages on this wiki.
  2. Download the source code tarball and build script from either Trogdor or the /mit/webauth/shibboleth/source webauth Athena locker.
    1. Download from Trogdor:
      cd /home/www/tmp
      scp root@trogdor.mit.edu:/opt-software-repository-tmp/Touchstone/* /home/www/tmp
      
    2. Download for the webauth Athena locker:
      cd /home/www/tmp
      scp athena.dialup.mit.edu:/mit/webauth/shibboleth/source/* /home/www/tmp
      
  3. 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
    
  • No labels