Versions Compared

Key

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

...

  • To load application on web browser we need to install cacert to load SSO (see Install Cert in Web Browser above)
  • Application can be accessed using http://localhost:3000 or Add an entry to your local hosts file:

127.0.0.1    openmdm.dev.ccctechcenter.org

  • Start the stack with the -l option:

compose.sh -l "up -d"

Load Application on Web Browser from our environment

...

CI - https://openmdm.ci.ccctechcenter.org

QA - https://openmdm.qa.ccctechcenter.org

Using chrome goto the URI above. You will get this page - select "SSO Login"

Image Added

For QA you may get this the first time:

Image Added

Follow the long URL on the page:

https://openmdm.qa.ccctechcenter.org:8443/idp/profile/SAML2/Unsolicited/SSO?providerId=openmdm.qa.ccctechcenter.org

Select Advanced and then the "Proceed to openmdm.qa.ccctechenter.org (unsafe)" link

Image Added


Test Credentials

The credentials for the root user and data governance steward in the development environment:

  • mdmadmin/password
  • dgs/password

Image Added

You may see an long unformatted access token json string – if so go to the original URL you started with e.g.

CI - https://openmdm.ci.ccctechcenter.org

QA - https://openmdm.qa.ccctechcenter.org

For Developers

To start on development you need below dependencies

...