diff --git a/docs/deploy-and-configure/installation/scenario-k8s-deployment/index.md b/docs/deploy-and-configure/installation/scenario-k8s-deployment/index.md index ef58a094e..6aa008a85 100644 --- a/docs/deploy-and-configure/installation/scenario-k8s-deployment/index.md +++ b/docs/deploy-and-configure/installation/scenario-k8s-deployment/index.md @@ -17,7 +17,8 @@ provisioned cluster. ## Requirements - Access credentials for the eccenca infrastructure (e.g. Docker Registry) → [contact us to get yours](https://eccenca.com/en/contact) -- A GraphDB license ([free](https://www.ontotext.com/products/graphdb/) or commercial) +- Triple store license (provided by eccenca) +- Graph Insights license (optional, provided by eccenca) - [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) - [Helm](https://helm.sh/docs/intro/install/) - If deploying on K3D, download a [static binary](https://github.com/k3d-io/k3d/releases) diff --git a/docs/deploy-and-configure/installation/scenario-local-installation/index.md b/docs/deploy-and-configure/installation/scenario-local-installation/index.md index bd019b75f..e8e8cbf78 100644 --- a/docs/deploy-and-configure/installation/scenario-local-installation/index.md +++ b/docs/deploy-and-configure/installation/scenario-local-installation/index.md @@ -15,8 +15,8 @@ The code examples in this section assume that you have a POSIX-compliant shell ( - [docker](https://www.docker.com/) and [docker compose](https://docs.docker.com/compose/install/) (v2) installed locally - [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed locally - [jq](https://jqlang.github.io/jq/download/) installed locally -- A GraphDB license ([free](https://www.ontotext.com/products/graphdb/) or commercial) -- (optional) A Graph Insights license +- Triple store license (provided by eccenca) +- Graph Insights license (optional, provided by eccenca) - make - build tool (apt-get install make) installed locally (don't use version 4.4.1 [→](https://savannah.gnu.org/bugs/?63650); e.g., 4.3 works well) - At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker @@ -26,7 +26,7 @@ Install the requirements === "Linux" - Install all the needed packages: + Install all the needed packages: ```shell sudo apt-get install -y curl gnupg2 \ diff --git a/docs/deploy-and-configure/installation/scenario-single-node-cloud-installation/index.md b/docs/deploy-and-configure/installation/scenario-single-node-cloud-installation/index.md index f35d7de3e..c257fd950 100644 --- a/docs/deploy-and-configure/installation/scenario-single-node-cloud-installation/index.md +++ b/docs/deploy-and-configure/installation/scenario-single-node-cloud-installation/index.md @@ -13,7 +13,8 @@ This page describes a docker-compose based orchestration running on a server ins - A resolvable domain name to this server - Terminal with ssh client installed locally - An eccenca partner account for the docker registry as well as the release artifact area -- A GraphDB license ([free](https://www.ontotext.com/products/graphdb/) or commercial) +- Triple store license (provided by eccenca) +- Graph Insights license (optional, provided by eccenca) !!! Info make - do not use version 4.4.1 [→](https://savannah.gnu.org/bugs/?63650)