Development stack require some base software that need to be installed.
Docker or podman
Platform dependencies in development are deployed through container management, so you need to install a container stack.
We currently support docker and podman.
$sudoapt-getinstalldockerdocker-composecurl
sudoapt-get-yinstallpodman
As OpenCTI has a dependency to ElasticSearch, you have to set the vm.max_map_count before running the containers, as mentioned in the ElasticSearch documentation.
$sudosysctl-wvm.max_map_count=262144
NodeJS and yarn
The platform is developed on nodejs technology, so you need to install node and the yarn package manager.