Installation

Cloning the processor files

git clone https://github.com/jackh54/VoiceSentinel.git
cd VoiceSentinel

Installing requirements

This guide presumes installation on an Ubuntu Server, but it's also compatible with other operating systems. Make sure you know how to install it for your specific OS.

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