Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…training into 201906
wgthom committed Apr 27, 2019
2 parents b188372 + 4bd952c commit 9a9ba2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -4,11 +4,11 @@ The gte is a set of docker images that contain all the software components, conf
docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \
--name gte-101.1.1 tier/gte:101.1.1-201906
```
This will start Grouper, a Shibboleth IdP, OpenLDAP, mySQL, and other components. It will take a little while for the container to get into an `Up` status. You can check that with this command:
This will start Grouper, a Shibboleth IdP, OpenLDAP, mySQL, and other components. It will take a little while for the container to be ready. You can watch the logs as the various components are coming up with this command:
```
docker ps --format "{{.Names}} {{.Status}}"
docker logs -f gte-101.1.1
```
Once the container is in an `Up` state, browse to <https://localhost:8443/grouper> to access the Grouper UI and log in with one of the following:
Once the container is ready, browse to <https://localhost:8443/grouper> to access the Grouper UI and log in with one of the following:
- Grouper Administrator
- username: `banderson`, password: `password`
- Normal User

0 comments on commit 9a9ba2d

Please sign in to comment.