Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 775 Bytes

installation.rst

File metadata and controls

31 lines (20 loc) · 775 Bytes

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.