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 --fetch
and 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-complete
frommaster
tosnapshot
.From base
/stripes
directory, runyarn install
.In
/platform-complete
directory, createstripes.config.js
file by referring to stripes config properties .Finally, from
/platform-complete
directory, runyarn stripes serve stripes.config.js
to start dev server.
Config file
Refer to Eureka env section in stripes config properties