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
Corporate Memory is tested on Ubuntu 24.04 (backward compatible with LTS versions older than that) as Debian 11, 12 and 13.
27
+
Corporate Memory is tested on Ubuntu 24.04 (backward compatible with older LTS versions) as well as Debian 11, 12, and 13.
15
28
16
-
Special note on RHEL SELinux Support: there is no limitation for RedHat SELinux. We recommend to keep the SELinux in *enforced* mode. You can keep the default setting of the `/etc/selinux/config` file.
29
+
Special note on RHEL SELinux Support: There is no limitation for RedHat SELinux. We recommend keeping the SELinux in *enforced* mode. You can keep the default setting of the `/etc/selinux/config` file.
17
30
18
-
???+ example "sample config"
31
+
???+ example "Sample Config"
19
32
20
33
```bash title="/etc/selinux/config" linenums="1"
21
34
# This file controls the state of SELinux on the system.
@@ -31,19 +44,19 @@ Special note on RHEL SELinux Support: there is no limitation for RedHat SELinux.
31
44
SELINUXTYPE=targeted
32
45
```
33
46
34
-
## Docker compose based Orchestration deployment
35
-
36
-
[Docker Compose](https://docs.docker.com/compose/) is a convenient way to provision several Docker containers locally for development
37
-
setups or on remote servers for single node setups.
38
-
39
-
eccenca is heavily using `docker compose` for all kinds of internal and customer deployments.
40
-
For more details on how to use `docker compose` based orchestration refer
41
-
to [Scenario: Local Installation](../installation/scenario-local-installation/index.md) and [Scenario: Single Node Cloud Installation](../installation/scenario-single-node-cloud-installation/index.md).
42
-
43
47
## Helm based Kubernetes deployment
44
48
45
49
Most production deployments are Kubernetes based.
46
50
We have deployments in AWS (EKS), Azure (AKS), Red Hat Openshift and self-hosted clusters.
47
51
We provide Charts for Corporate Memory and Keycloak at our [Helm Repository](https://helm.eccenca.com).
48
-
For more details on how to use `helm` based deployments refer
49
-
to [Scenario: Kubernetes Deployment](../installation/scenario-k8s-deployment/index.md).
52
+
For more details on how to use `helm` based deployments, refer to
[Docker Compose](https://docs.docker.com/compose/) is a convenient way to provision several Docker containers locally for development
58
+
setups or on remote servers for single node setups.
59
+
60
+
eccenca uses `docker compose` for all kinds of internal and customer deployments.
61
+
For more details on how to use `docker compose` based orchestration, refer to
62
+
[Scenario: Local Installation](../installation/scenario-local-installation/index.md) and [Scenario: Single Node Cloud Installation](../installation/scenario-single-node-cloud-installation/index.md).
0 commit comments