Installation
You should have basic Linux/Docker knowledge and common sense. If you're lacking these, consult someone who does.
Cloning the processor files
git clone https://github.com/jackh54/VoiceSentinel.git
cd VoiceSentinel
Installing requirements
sudo apt install nginx certbot
curl -sSL https://get.docker.com/ | CHANNEL=stable bash
This command is a quick way to install docker, if you'd like to do a manual installation see Docker's Installation Documentation.
Please note you might already have Docker installed, check with
docker -v
Docker compose should automatically be installed with Docker, check with docker compose version
Last updated