From d4a0e7a4b74735d8d3f4b1c56d8da6ebb827509f Mon Sep 17 00:00:00 2001 From: Matthew Pendrey Date: Wed, 29 Nov 2023 13:13:03 +0000 Subject: [PATCH] readme update --- install/README.md | 4 ++-- install/install.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install/README.md b/install/README.md index ccf0edc..93dd58e 100644 --- a/install/README.md +++ b/install/README.md @@ -11,7 +11,7 @@ Clone the otp source code from https://github.com/ettec/open-trading-platform Run the installation script, from the root of the checkout as follows: ```bash -./install/install.sh -v 1.0.20 +./install/install.sh -v 1.1.0 ``` That's it. After the install script completes it will inform you of the port to use to run the OTP client. You can login using any of the [user ids](#userids) at the bottom of this README, no password is required out of the box (the authentication-service has a hook for a token/password validation plugin). @@ -41,7 +41,7 @@ Clone the otp source code from https://github.com/ettec/open-trading-platform Run the installation script, from the root of the checkout with the arguments as shown: ```bash -./install/install.sh -v 1.0.20 -m +./install/install.sh -v 1.1.0 -m ``` That's it. After the install script completes it will inform you of the port to use to run the OTP client. You can login using any of the following user ids, no password is required out of the box (the authentication-service has a hook for a token/password validation plugin). diff --git a/install/install.sh b/install/install.sh index 57f700b..ae25dcf 100755 --- a/install/install.sh +++ b/install/install.sh @@ -128,6 +128,7 @@ fi #Instructions to start client OTPPORT=$(kubectl get svc --namespace=envoy -o go-template='{{range .items}}{{range.spec.ports}}{{if .nodePort}}{{.nodePort}}{{"\n"}}{{end}}{{end}}{{end}}') +echo echo Open Trading Platform is running. To start a client point your browser at port $OTPPORT and login as trader1