From 4bd952cc9526b9b82d135899c5a471472c6d3f84 Mon Sep 17 00:00:00 2001 From: Bill Thompson Date: Fri, 26 Apr 2019 20:59:06 -0400 Subject: [PATCH] minor update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bd131a..7c016fd 100644 --- a/README.md +++ b/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 to access the Grouper UI and log in with one of the following: +Once the container is ready, browse to to access the Grouper UI and log in with one of the following: - Grouper Administrator - username: `banderson`, password: `password` - Normal User