Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Oct 31, 2017
1 parent 48bf3f5 commit a12b738
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@

Components that run in their own container:
Loader
UI
WS
Database/LDAP
Web Server
* Loader
* UI
* WS
* Database/LDAP
* 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

./test-compose/data/seed-data/sisData.sql

0 comments on commit a12b738

Please sign in to comment.