Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

See info for signing onto the Grouper demo here

There is a Grouper demo site that hosts all the Grouper tools (or it can if you like).  Note, this is not a production level service, this is only to show how Grouper works.  There is no service level agreement, we might turn it off, do maintenance, etc.

...

Code Block
docker run --name grouper -e GROUPERSYSTEM_QUICKSTART_PASS=pass -e GROUPER_MORPHSTRING_ENCRYPT_KEY=abc123     -e GROUPER_DATABASE_PASSWORD=pass -e GROUPER_DATABASE_USERNAME=postgres     -e GROUPER_DATABASE_URL=jdbc:postgresql://172.17.0.1:5432/postgres -e GROUPER_AUTO_DDL_UPTOVERSION='v4.*.*' -e GROUPER_RUN_APACHE='true'false -e GROUPER_TOMCAT_HTTPS_PORT=8443 -e GROUPER_SSL_CERT_FILE=/opt/container_files/certs/client/localhost.pem -e GROUPER_SSL_KEY_FILE=/opt/container_files/certs/keys/localhost.key  -d -p 8444:8443 i2incommon/grouper:4.11.3 quickstart

...