1. Install the dos2unix utility package. For Debian

    apt-get install dos2unix

    and for RHEL

    yum install dos2unix
  2. Create directories for Grouper log files:

    mkdir /var/log/grouperApi
    chown tomcat6:tomcat6 /var/log/grouperApi
     
    mkdir /var/log/grouperUi
    chown tomcat6:tomcat6 /var/log/grouperUi
     
    mkdir /var/log/grouperWs
    chown tomcat6:tomcat6 /var/log/grouperWs
  3. Download the grouperInstall.jar (jar only, not a tarball) from the Grouper Downloads page to somewhere on the file system.
  • No labels