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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,19 @@ To learn more about the cloud-native architecture of ODC go to the [ODC document
40
40
41
41
_Minimum system requirement per `outsystemscc` instance: 2 GB RAM, 2x 1GHz+ CPU._
42
42
43
-
To install, use either the binary or Docker option. There are several advantages of running `outsystemscc` as a Docker image as opposed to a binary, if your system supports it:
43
+
To install, use either the binary or Docker option. Run the binary on Linux, or use the Docker image on any OS that supports Docker. Running `outsystemscc` as a Docker image offers several advantages if your system supports it:
44
44
45
45
* You always run the latest release. You don't need to reinstall each new release.
46
-
*`outsystemscc` can run on Windows or any system that supports Docker.
46
+
* You can run `outsystemscc` on Windows or any system that supports Docker:
47
+
* Otherwise, you need to install Windows Subsystem for Linux (WSL) on Windows to use the `outsystemscc` Linux binary.
47
48
* Without additional configuration `outsystemscc` starts with the Docker daemon on system boot.
48
49
* For advanced use cases, you can use Kubernetes for orchestration.
49
50
50
51
After install, ensure you configure the firewall for the private network(s) correctly. For more information, see [Firewall setup](#firewall-setup) section.
51
52
52
53
### <aname="binary"></a> Binary
53
54
54
-
Download the latest release from the [releases page](https://github.com/OutSystems/cloud-connector/releases/latest). There are precompiled binaries available for Linux on i386 (32-bit), amd64 (64-bit), and arm64 (64-bit). You can run the binary on any Windows version that supports [WSL2](https://docs.microsoft.com/en-us/windows/wsl/).
55
+
Download the latest release from the [releases page](https://github.com/OutSystems/cloud-connector/releases/latest). There are precompiled binaries available for Linux on i386 (32-bit), amd64 (64-bit), and arm64 (64-bit). You can run the binary on any Windows version that supports [WSL](https://docs.microsoft.com/en-us/windows/wsl/).
55
56
56
57
To install, unzip/untar the package and then copy the binary to the desired location. For example:
0 commit comments