From 7c4168f856a1c00607d1a9eeba00564a3e65c58e Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Sun, 28 May 2017 12:54:07 -0500 Subject: [PATCH] added link to advanced configuration --- README.md | 5 ++++- docs/basic-auth-mariadb-persist.md | 8 +++++--- docs/basic-auth-postgres-persist.md | 9 +++++---- docs/openldap-slapd.md | 8 +++++--- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 159f879..d492864 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,10 @@ docker-compose up -d for HTTPS. * Click `Login` and when prompted enter `registry.admin` as the username and `password` -for the password. +for the password. + +See [Advanced Configuration](docs/advanced-configuration.md) +for details on setting a non-default administrator username and password. * Visit the [COmanage wiki](https://spaces.internet2.edu/display/COmanage/Setting+Up+Your+First+CO) to learn how to create your first collaborative organization (CO) and begin using diff --git a/docs/basic-auth-mariadb-persist.md b/docs/basic-auth-mariadb-persist.md index 8ff04ed..4c2b7e1 100644 --- a/docs/basic-auth-mariadb-persist.md +++ b/docs/basic-auth-mariadb-persist.md @@ -87,6 +87,9 @@ docker-compose up -d * Click `Login` and when prompted enter `registry.admin` as the username and `password` for the password. +See [Advanced Configuration](docs/advanced-configuration.md) +for details on setting a non-default administrator username and password. + * Visit the [COmanage wiki](https://spaces.internet2.edu/display/COmanage/Setting+Up+Your+First+CO) to learn how to create your first collaborative organization (CO) and begin using the platform. @@ -108,6 +111,5 @@ bring up the services again and resume where you left off. The instructions above are *not suitable for a production deployment* because the deployed services use default and easily guessed passwords. - - - +See [Advanced Configuration](docs/advanced-configuration.md) +for details on setting a non-default administrator username and password. diff --git a/docs/basic-auth-postgres-persist.md b/docs/basic-auth-postgres-persist.md index 6839e9a..59c5073 100644 --- a/docs/basic-auth-postgres-persist.md +++ b/docs/basic-auth-postgres-persist.md @@ -80,7 +80,9 @@ docker-compose up -d * Browse to port 443 on the host, for example `https://localhost/` * Click `Login` and when prompted enter `registry.admin` as the username and `password` -for the password. +for the password. See [Advanced Configuration](docs/advanced-configuration.md) +for details on setting a non-default administrator username and +password. * Visit the [COmanage wiki](https://spaces.internet2.edu/display/COmanage/Setting+Up+Your+First+CO) to learn how to create your first collaborative organization (CO) and begin using @@ -103,6 +105,5 @@ bring up the services again and resume where you left off. The instructions above are *not suitable for a production deployment* because the deployed services use default and easily guessed passwords. - - - +See [Advanced Configuration](docs/advanced-configuration.md) +for details on setting a non-default administrator username and password. diff --git a/docs/openldap-slapd.md b/docs/openldap-slapd.md index 4dfc98b..c2c472c 100644 --- a/docs/openldap-slapd.md +++ b/docs/openldap-slapd.md @@ -102,6 +102,9 @@ docker-compose up -d * Click `Login` and when prompted enter `registry.admin` as the username and `password` for the password. +See [Advanced Configuration](docs/advanced-configuration.md) +for details on setting a non-default administrator username and password. + * The default suffix for the LDAP directory is `dc=my,dc=org`. The default directory administrator DN is `cn=admin,dc=my,dc=org`. The default password for the default administrator DN is `password`. @@ -129,6 +132,5 @@ bring up the services again and resume where you left off. The instructions above are *not suitable for a production deployment* because the deployed services use default and easily guessed passwords. - - - +See [Advanced Configuration](docs/advanced-configuration.md) for +details on setting non-default passwords.