Skip to content

Commit

Permalink
Merge pull request #53 from ettec/install-script-update
Browse files Browse the repository at this point in the history
readme update
  • Loading branch information
ettec authored Nov 29, 2023
2 parents fca1aad + d4a0e7a commit e5fb740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit e5fb740

Please sign in to comment.