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

Compare with Current View Page History

« Previous Version 6 Next »


The current working branch for June 2019 training is "201906". This branch is automatically built on every commit and pushed to dockerhub,  https://hub.docker.com/r/tier/gte/tags.

To work on updates:

  1. create a feature branch off of 201906 (eg. 201906-201-updates).
  2. update ./gte line 12 with your branch name (eg. replace "201906" with "201906-201-updates").
  3. make local chances to exercises and content
  4. run ./manualBuild.sh in whatever ex### directory you are working in. this will create docker images based on your branch name
  5. run ./start-rabbitmq.sh (this starts rabbitmq, and can be left running. it is required for the ./gte command to work)
  6. run ./gte 201.1.1 (this will start the correct local version based on your branch name and link to rabbitmq)
  7. test/review changes at https://localhost:8443/grouper
  8. push local commits/branch to github
  9. Merge changes in to 201906 when completed.
    1. Log into github and go to "Branches"
    2. Choose "New pull request" on your feature branch
    3. Make sure to update base: master to base: 201906
    4. Add comment and choose "Create pull request" underneath comment section
    5. Choose "Merge pull request"
    6. Choose "Confirm Merge"
    7. Choose "Delete Branch" if done with feature branch.





stop

docker ps
docker stop imageId

list of sections:

https://docs.google.com/spreadsheets/d/1Emf79h–2lmfSxaNgjVu5lRcboJ1IWkwSmh_6E5T2lo/edit#gid=0

Final date to get new patches from Grouper: June 3rd.  (maybe 7th).  Babb clone VMs on 10th.

Run locally or from docker hub.

docker exec -it {container name} /bin/bash; cd bin; gsh;

https://github.internet2.edu/docker/grouper_training/tree/201906

Command Line Jumpstart for the GTE

Grouper email list: grouper-2019-06 at internet2 dot edu

gte $ git clone https://github.internet2.edu/docker/grouper_training.git
grouper_training $ git checkout 201906
grouper_training $ ./manualBuild.sh 

https://github.internet2.edu/docker/grouper_training/blob/201906/README.md

  • No labels