Versions Compared

Key

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

...

  • https://docs.google.com/document/d/1GUUyZIH5TWW2SkzDbFtApJrGrJlRlJKRpSDw_1qoDr0/edit?usp=sharing

  • Get the current VM: https://s3-us-west-1.amazonaws.com/internet2-tier-appliance-us-west-1/grouper-appliance-centos7-ova-1473894412.tar

    Code Block
    [appadmin@i2midev1 opt]$ cd /opt/tierpackaging/
    [appadmin@i2midev1 tierpackaging]$ wget --no-check-certificate https://s3-us-west-1.amazonaws.com/internet2-tier-appliance-us-west-1/grouper-appliance-centos7-ova-1473894412.tar
    [appadmin@i2midev1 tierpackaging]$ tar xvf grouper-appliance-centos7-ova-1473894412.tar
  • Setup networking in VM in virtualbox

    General settings
     



  • Settings for that VM


     

  • Follow instructions in the README.md

  • Port forward 8080 in the virtual box main settings

  • Install packages?

    Code Block
    # yum -y install mlocate
    # yum -y install emacs
    # ln -s /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/startup.sh ~/bin/tomcat_startup.sh
    # ln -s /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/shutdown.sh ~/bin/tomcat_shutdown.sh
    
    
  • Start start things on boot of image (after building)

    Code Block
    [grouper@localhost ~]$ ~/run/bin/run.sh
  • interact Interact with docker

    Code Block
    [grouper@localhost ~]$ docker ps
    [grouper@localhost ~]$ sudo docker exec -i -t 665b4a1e17b6grouper /bin/bash
  • sdf


Discussion with Levvel August 1st, 2016

...