From c794f997343895bd00c429a3b548bdda611d4183 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Nov 2017 14:01:16 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8cbb118..2e4ee62 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -This repository contains code that will build and run Grouper in a Docker environment. +This repository contains code that will build and run Grouper 2.3 in a Docker environment. To build the base containers, run ./manualbuild.sh. After that completes, configure files under the test-compose directory to your environment (listed below). Components that run in their own container: * Loader * UI * WS * Database/LDAP -* Web Server +* Web Server (with Shibboleth) @@ -20,6 +20,6 @@ Components that run in their own container: | ./test-compose/www/container_files/shibboleth/sp-key.pem | Key for Shibboleth SP | | ./test-compose/data/seed-data/bootstrap.gsh | Modify line that starts with addMember to reflect ePPN/remote_user for administrator | | ./test-compose/data/seed-data/ds-setup.inf | Modify LDAP password and Suffix | -| ./test-compose/data/seed-data/users.ldif | | -| ./test-compose/data/seed-data/sisData.sql | | +| ./test-compose/data/seed-data/users.ldif | Initial user load, if using the built in LDAP server, ensure the administrator user listed in bootstrap.sh exists in this directory | +| ./test-compose/data/seed-data/sisData.sql | Loads test data into database |