OpenCTI
OpenCTI
Installation
1
2
3
4
5
6
7
# Install Docker
sudo apt-get install docker-compose
# Copy OpenCTI Docker Container
mkdir -p /path/to/your/app && cd /path/to/your/app
git clone https://github.com/OpenCTI-Platform/docker.git
cd docker
References
This post is licensed under CC BY 4.0 by the author.