UI Dev/QA Environments, Config file
- 1 DRAFT
- 1.1 QA Environments
- 1.2 Repositories
- 1.3 Local Dev
- 1.4 Config file
DRAFT
QA Environments
Dev environment
Tenant: diku
Daily deployments
ECS Dry Run
Tenant: cs01000001
Non-ECS Dry Run
Tenant: fs01000002
Repositories
The Eureka project touches several repositories which allow us to interact with Kong and Keycloak backend (instead of Okapi).
Local Dev
To set up a developer machine for Eureka UI components, first set up a workspace using the commands
stripes inventory --fetchand thenstripes workspace(note: requires Stripes CLI to be installed). Select the following components:platform-complete
stripes-core
ui-authorization-policies
ui-authorization-roles
ui-plugin-select-application
ui-users
Switch
platform-completefrommastertosnapshot.From base
/stripesdirectory, runyarn install.In
/platform-completedirectory, createstripes.config.jsfile by referring to stripes config properties .Finally, from
/platform-completedirectory, runyarn stripes serve stripes.config.jsto start dev server.
Config file
Refer to Eureka env section in stripes config properties