Installation

As a systemd service

  1. Download any release.

  2. Extract it and run the installation script:

    chmod +x install.sh
    sudo ./install.sh
    
  3. Run Linguard:

    sudo systemctl start linguard.service
    

Using docker

  1. Download the docker-compose.yaml file from the repository.

  2. Run Linguard:

    sudo docker-compose up -d
    

Note

You can check all available tags here.