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: doc/deployment-integration/local-deployment/LOCAL.MD
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,21 @@ An alternative deployment guide, based on [MicroK8s](https://microk8s.io/) can b
6
6
7
7
## Requirements
8
8
9
+
Since the local deployment installs 2 connector instances and a trust-anchor, its recommended to use a strong enough machine. While 16Gb Ram might be enough, its recommended to have >24Gb available. The deployment is build and tested on Ubuntu, most other Linux distributions should work as well.
10
+
9
11
The local deployment tries to be as decoupled from the host system as possible to reduce the amount of requirements but stills needs the following programs:
10
12
11
13
-[Maven](https://maven.apache.org/)
12
14
- Java Development Kit (at least v17)
13
15
-[Docker](https://www.docker.com/)
14
16
17
+
In order to interact with the system, the following tools are also helpful:
To check if the tools are installed, can run and are able to spin up minimal kubernetes cluster without further FIWARE components, you should execute the prepared [script](checkRequirements.sh).
16
25
17
26
Issues revealed by the script are most likely due to incompatibility of your system or faulty installation of the required tools.
0 commit comments