Skip to content

Installation

  • linux-amd64 (64-bit)
  • linux-386 (32-bit)
  • linux-arm-7 (32-bit for Raspberry Pi)
  • linux-arm64 (ARMv8)
  • windows-386.exe (32-bit)
  • windows-amd64.exe (64-bit)

Download the archive containing the binary for your platform from the Notifly releases.

This guide uses placeholders for the version and platform. You should replace {VERSION} with the latest version and {PLATFORM} with one of the supported platforms.

Окно терминала
$ wget https://app.notifly.ru/releases/download/v{VERSION}/notifly-{PLATFORM}.zip

Unzip the archive.

Окно терминала
$ unzip notifly-{PLATFORM}.zip

Make the binary executable.

Окно терминала
$ chmod +x notifly-{PLATFORM}

Run Notifly. (It runs on port 80 by default, so sudo is required)

Before running, you can read the Configuration, for example if you want to change the port or use a different database.

Окно терминала
$ sudo ./notifly-{PLATFORM}

See Build.