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: docs/deploy-and-configure/installation/index.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,9 @@ All Corporate Memory components are distributed as Docker images and can be obta
9
9
To run them you need a Docker enabled Linux server.
10
10
11
11
Corporate Memory uses Ontotext GraphDB triple store as default backend.
12
-
Graphdb is available as free version and does not requires a license.
13
12
You need to copy your license for Ontotext GraphDB to the `license` folder inside Corporate Memory's root folder.
14
13
15
-
```shell
14
+
```shell
16
15
# create the License folder within ${HOME}/cmem-orchestration
17
16
mkdir -p licenses
18
17
#copy YOUR-LICENSE-FILE
@@ -25,11 +24,11 @@ cp YOUR_EE_LICENSE_FILE \
25
24
26
25
## Operating Systems (OS)
27
26
28
-
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.
29
28
30
-
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.
31
30
32
-
???+ example "sample config"
31
+
???+ example "Sample Config"
33
32
34
33
```bash title="/etc/selinux/config" linenums="1"
35
34
# This file controls the state of SELinux on the system.
@@ -45,19 +44,19 @@ Special note on RHEL SELinux Support: there is no limitation for RedHat SELinux.
45
44
SELINUXTYPE=targeted
46
45
```
47
46
48
-
## Docker compose based Orchestration deployment
49
-
50
-
[Docker Compose](https://docs.docker.com/compose/) is a convenient way to provision several Docker containers locally for development
51
-
setups or on remote servers for single node setups.
52
-
53
-
eccenca is heavily using `docker compose` for all kinds of internal and customer deployments.
54
-
For more details on how to use `docker compose` based orchestration refer
55
-
to [Scenario: Local Installation](../installation/scenario-local-installation/index.md) and [Scenario: Single Node Cloud Installation](../installation/scenario-single-node-cloud-installation/index.md).
56
-
57
47
## Helm based Kubernetes deployment
58
48
59
49
Most production deployments are Kubernetes based.
60
50
We have deployments in AWS (EKS), Azure (AKS), Red Hat Openshift and self-hosted clusters.
61
51
We provide Charts for Corporate Memory and Keycloak at our [Helm Repository](https://helm.eccenca.com).
62
-
For more details on how to use `helm` based deployments refer
63
-
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