Skip to content

Commit 511766e

Browse files
authored
Merge pull request #150 from OutSystems/RDODCP-193
RDODCP-193: Documenting known issue and CODEOWNERS update
2 parents 0080390 + 5eafc95 commit 511766e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# https://help.github.com/articles/about-codeowners/
22

33
# Global reviewers
4-
* @OutSystems/global-routing-and-security
4+
* @OutSystems/global-routing-and-security @OutSystems/rd-odc-paas

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ _Minimum system requirement per `outsystemscc` instance: 2 GB RAM, 2x 1GHz+ CPU.
4343
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-
* 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.
46+
* You can run `outsystemscc` on any Linux/Windows(within a WSL environment) system that supports Docker:
47+
* For example, if you are using Windows, you can run `outsystemscc` within Windows Subsystem for Linux (WSL), where you can pull and run the Docker image directly from the WSL environment.
4848
* Without additional configuration `outsystemscc` starts with the Docker daemon on system boot.
4949
* For advanced use cases, you can use Kubernetes for orchestration.
5050

@@ -54,6 +54,8 @@ After install, ensure you configure the firewall for the private network(s) corr
5454

5555
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/).
5656

57+
⚠️ **Note**: Some antivirus software may incorrectly flag the `outsystemscc` binary as malicious. This is a known false positive. If your organization’s security policies permit, you can safely proceed by adding an exception in your antivirus software.
58+
5759
To install, unzip/untar the package and then copy the binary to the desired location. For example:
5860

5961
tar -zxvf outsystemscc_1.0.0_linux_amd64.tar.gz

0 commit comments

Comments
 (0)