Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Future work includes using Shibboleth for UI authentication, configuring provisioning, user management with COManage, having an upgrade/patch process, TIER API tomee, etc.

Latest instructions

  • Download the latest VM: https://testbed.tier.internet2.edu/secure/download_vm/TIER-Grouper-appliance-centos-ova-latest.ova
  • Setup networking if you need to, I dont have DHCP so I needed to do a NETnetwork and do some port forwarding...
  • SSH with putty or something to port 22, grouper/grouper
  • Run: /home/grouper/work/setup.sh
    • I used localhost as domain name
  • Run: /home/grouper/build/grouper/bin/build.sh 
  • Run: /home/grouper/run/bin/run.sh
  • (shouldnt have to do this) Start tomcat:

    Code Block
    [grouper@localhost run]$ sudo docker exec -i -t grouper /bin/bash
    bash-4.2# /opt/grouper/2.3.0/apache-tomcat-8.5.12/bin/startup.sh 
    
    



  • s

Running the current VM

Note, The VM requires internet access to finish setup BEFORE it can be used. So you MUST give it internet access at least during the initial setup.

...