From 7a75d684cff64ea6bfbe7ae2858f7fdc9182f97a Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 6 Nov 2017 12:08:54 -0500 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index fbc626f..04227bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +This repository contains code that will build and run Grouper in a Docker environment. Components that run in their own container: * Loader @@ -7,24 +8,16 @@ Components that run in their own container: * Web Server -### The following files should be modified to your environment: - -./test-compose/www/container_files/httpd/localhost.crt **(web server SSL cert)** - -./test-compose/www/container_files/httpd/localhost.key **(private key for the web server)** - -./test-compose/www/container_files/shibboleth/shibboleth2.xml **(Configuration file for Shibboleth) - -./test-compose/www/container_files/shibboleth/sp-cert.pem **(Certificate for Shibboleth SP)** -./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 - -./test-compose/data/seed-data/users.ldif +### The following files should be modified to your environment: -./test-compose/data/seed-data/sisData.sql +| ./test-compose/www/container_files/httpd/localhost.crt | **(web server SSL cert)** | +| ./test-compose/www/container_files/httpd/localhost.key | **(private key for the web server)** | +| ./test-compose/www/container_files/shibboleth/shibboleth2.xml | **(Configuration file for Shibboleth) | +| ./test-compose/www/container_files/shibboleth/sp-cert.pem | **(Certificate for Shibboleth SP)** | +| ./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 | | +| ./test-compose/data/seed-data/users.ldif | | +| ./test-compose/data/seed-data/sisData.sql | |