-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebuilt user population with an additional id; Added a working demo i…
…mage
- Loading branch information
John Gasper
committed
Feb 13, 2018
1 parent
7d47084
commit e3b7874
Showing
11 changed files
with
6,109 additions
and
14,229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,27 @@ | ||
| # grouper_training | ||
| A set of Grouper images that are used during I2/TIER training. | ||
|
|
||
| # Images | ||
|
|
||
| ## Full Demo | ||
|
|
||
| ``` | ||
| docker run -d -p 80:80 -p 443:443 -p 4443:4443 -p 3306:3306 \ | ||
| --name grouper-demo tier/grouper_training_full_demo:latest | ||
| ``` | ||
|
|
||
| Browse to `https://localhost/grouper` | ||
|
|
||
| ## Exercises | ||
|
|
||
| ``` | ||
| docker run -d -p 80:80 -p 443:443 -p 4443:4443 -p 3306:3306 \ | ||
| --name grouper-demo tier/grouper_training_full_ex###:latest | ||
| ``` | ||
|
|
||
| Browse to `https://localhost/grouper` | ||
|
|
||
| # Users | ||
| - `banderson`/`password`: Grouper Administrator | ||
| - `jsmith`/`password`: standard user | ||
| - additional users can be found in <https://github.internet2.edu/docker/grouper_training/blob/master/base/container_files/seed-data/users.ldif#L56> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.