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: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ The broker provides two java-executables serving as API-Server
23
23
The `tws`-binary can operate as full GUI-Interface or as lightweight Gateway-Application. [IB-Container](https://github.com/ib-ruby/ib-container) can run both. The `ibgateway`-binary
24
24
provides the proprietary `IB-API` and the `FIX-Protocol`, the industry standard to access trading-applications.
25
25
26
-
27
26
## Setup
28
27
The script `setup.sh`
29
28
* downloads and installs a minimized Ubuntu Linux Image (Unbuntu 20.4 LTS)
@@ -38,7 +37,28 @@ The script `setup.sh`
38
37
39
38
Copy your Public SSH-Key to the IB-Container directory. This will grant SSH-access to the container.
40
39
41
-
Edit `setup.sh` and change `LOGIN`, `PASS`. If no demo account is used, set `DEMOACCOUNT` to zero.
40
+
Edit the script and set or change default values, in particular `DEMOACCOUNT`.
0 commit comments