Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading