Run BlurIt OP

This script will help you start Blurit On-Premise and can be reused if you change some variables in the .env file. We recommend using the script, but you can also follow the manual instructions.

To start the script, execute the following command. If Blurit OP is installed on Windows, please ensure that you are in the Windows Subsystem for Linux (WSL) environment by typing wsl inside the Command Prompt or PowerShell.

sudo ./start.sh

Choice 2 : manual start

Run the following command:

docker stack deploy -c <(docker-compose -f blurit_stack.yml config) blurit

The API will be accessible on the specified port within a few seconds. Please visit http://<SERVER_IP>:<NGINX_PORT>/account to access the frontend interface and complete your installation, where <NGINX_PORT> is the port specified in the .env file (default is 8084).

Post installation verifications