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.

Jankins log

Latest instructions

  • Download the latest VM. Get the link from https://spaces.at.internet2.edu/x/DQfSBQ
  • Setup networking if you need to, I don't 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

...