Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

#69 update readme (2.6) #70

Merged
merged 1 commit into from
Feb 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ Navigate to the `cra-client` and `cra-server` directories. Run `npm install` ins
After a couple of minutes while it builds, for tenant aaa, you should be able to login to the user interface using `http://localhost:3000/aaa/login`.


### Demo login credentials
### Demo login

In your web browser go to https://localhost:9443/aaa/ :
* Replace host/post accordingly
* In this example `aaa` is the tenant name we used above when defining the environment variable
* The trailing / is currently required to allow the login page to load
*
For ecosystem tools use user 'garygeeke' and password 'admin'.
For glossary author use user 'faithbroker' and password 'admin'.

Expand All @@ -115,7 +121,7 @@ The version in the package.json can be updated using he command 'npm version pre

## Release Notes

This is the release candidate for 2.6.0
This is release 2.6.0
- this is the initial release of the Egeria React UI.

## Project structure
Expand Down