Skip to content

Commit e5d23d0

Browse files
Merge pull request #75 from OutSystems/update-os-options
TK-12822 Clarify OS options in Cloud Connector
2 parents be42ad4 + f10046a commit e5d23d0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,19 @@ To learn more about the cloud-native architecture of ODC go to the [ODC document
4040

4141
_Minimum system requirement per `outsystemscc` instance: 2 GB RAM, 2x 1GHz+ CPU._
4242

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:
4444

4545
* 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.
4748
* Without additional configuration `outsystemscc` starts with the Docker daemon on system boot.
4849
* For advanced use cases, you can use Kubernetes for orchestration.
4950

5051
After install, ensure you configure the firewall for the private network(s) correctly. For more information, see [Firewall setup](#firewall-setup) section.
5152

5253
### <a name="binary"></a> Binary
5354

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/).
5556

5657
To install, unzip/untar the package and then copy the binary to the desired location. For example:
5758

0 commit comments

Comments
 (0)