You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Checkout the otp source code from https://github.com/ettec/open-trading-platform
10
10
11
11
Run the installation script, from the root of the checkout as follows:
12
12
13
-
`./install/install.sh -v 1.0.11`
13
+
`./install/install.sh -v 1.0.10`
14
14
15
15
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).
16
16
@@ -30,7 +30,7 @@ Checkout the otp source code from https://github.com/ettec/open-trading-platform
30
30
31
31
Run the installation script, from the root of the checkout:
32
32
33
-
`./install/install.sh -v 1.0.11 -m `
33
+
`./install/install.sh -v 1.0.10 -m `
34
34
35
35
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).
0 commit comments