From be41c76b3964f735ea02542404234ba04ea0e7a9 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 8 May 2018 13:47:56 -0700 Subject: [PATCH] Update README.md --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index eca93fa..0a09531 100644 --- a/README.md +++ b/README.md @@ -1,25 +1 @@ -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). To bring up the environment, cd into test-compose and then run ./compose.sh. - -Components that run in their own container: -* Loader -* UI -* WS -* Database/LDAP -* Web Server (with Shibboleth) - - - -### The following files should be modified to your environment: - -| File | Purpose | -| ------------- |:-------------:| -| ./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 | Modify LDAP password and Suffix | -| ./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 | - +This repo has been superseded by https://github.internet2.edu/docker/grouper