Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

The YOUniteUI is a Single Page Application that allows: TODO

YOUniteUI uses Open-MDM as its back-end service.

Development - How to start?

To start on development you need below dependencies

Dependencies
  • node version >= 6.9.0npm version >= 3.10.10. > It's recommended to have nvm to manage different node versions. Read more.

  • yarn package manager. Read installation guide.

Get the App code on local
  1. clone the repository git clone https://harish-rohokale@bitbucket.org/mark_fitzpatrick/youniteui.git
  2. git checkout develop
  3. cd youniteui
  4. install the dependencies: npm install or yarn

Run app pointing to QA backend

npm run start:qa

Run app pointing to CI backend

npm run start:integration

Run app pointing to local backend

For this you need to setup backend on Local. Please refer to backend Wiki (TODO)

Load application on Web Browser from local setup

Load Application on Web Browser from our environment

  • To load application on web browser we need to install cacert to load SSO. 
  • To Install cacert please contact to Younite or install it from open-mdm/build-resources/ if you have codebase access.

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

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

Test Credentials

  • mdmadmin/password
  • dgs/password




  • No labels