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

Compare with Current View Page History

« Previous Version 2 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/shibboleth-sp-1.3.1-sources.tgz \
         /home/www/tmp
      
    2. Download for the webauth Athena locker:
      cd /home/www/tmp
      scp athena.dialup.mit.edu:/mit/webauth/shibboleth/source/shibboleth-sp-1.3.1-sources.tgz /home/www/tmp
      
  3. Make certain that the correct version of apxs from httpd-devel packages are installed.
    yum install httpd-devel-2.2.3-11.el5_1.3.x86_64
    
  4. Create a Shibboleth build directory, unpack the tarball 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-1.3.1-sources.tgz
    ./build-sp.sh
    chown -R www:www /home/www
    
  5. Configure Shibboleth, as described in Configuring+and+customizing+the+Shibboleth+SP.
  6. At a convenient time, bounce Apache and related web services.
    /etc/init.d/web stop
    /etc/init.d/web start
    
  • No labels