red-ui/README.md
2023-03-02 12:22:20 +02:00

1.6 KiB

Redaction

To Create a new Stack in rancher check this Wiki page

Code style

  • Always use trackBy in *ngFor loops (see shorthand below)
      readonly trackBy = trackByFactory();
    
  • Don't use setInterval without calling clearInterval in ngOnDestroy

Keycloak Staging Config

Default Testing URLs

  • https://dev-04.iqser.cloud/
  • https://dev-08.iqser.cloud/

Test Users

username role comment
guest cannot use the application
user RED_USER
red_manager RED_MANAGER
useradmin RED_ADMIN, RED_USER has super power !
manageradmin RED_ADMIN RED_MANAGER RED_USER has super super power !

Password for all users is OsloImWinter!23

Running the app locally

Requirements:

In the root folder simply execute yarn install followed by yarn start. The file apps/red-ui/src/assets/config.config.json contains the configuration for local development. All properties defined here are later available via env variables.