Skip to content

Commit

Permalink
Create tier-bootstrap.gsh
Browse files Browse the repository at this point in the history
Adding folder structure as per Grouper Deployment Guide.
  • Loading branch information
chubing authored Jul 10, 2017
1 parent 7036356 commit 9e7ed24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions container_files/bin/tier-bootstrap.gsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
gs = GrouperSession.startRootSession()

addRootStem("app","app");
addRootStem("basis","basis");
addRootStem("bundle","bundle");
addRootStem("org","org");
addRootStem("ref","ref");
addRootStem("test","test");

0 comments on commit 9e7ed24

Please sign in to comment.