Versions Compared

Key

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

...

The YOUniteUI is a Single Page Application that allows : TODOYOUniteUI uses users to make requests to the YOUnite Open-MDM  as its back-end backend service.

For Developers and Users

...

  • To obtain a development certificate, please contact to Younite or install it from open-mdm/build-resources/ if you have codebase access
  • Follow the instructions for your browser and OS on how to install a certificate in your browser e.g. for OS X:
    • Double click on cacert from open-mdm/build-resources
    • The cacert will be added into your keychain
    • Select mdm certificate authority from keychain certificates
    • Open up the certificate and open up the  trust section
    • Select Always Trust from the first select item on the list (When using this certificate)

...

  • 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

  • To load application on web browser we need to install cacert to load SSO (see Install Cert in Web Browser above)

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

...

Start the entire stack locally

Troubleshooting

  • Download the latest from the develop branch
  • Remove all docker images before building

docker volume rm $(docker volume ls -q)

  • Start the stack

compose.sh -l "up -d"