Installation
Binary file
Section titled “Binary file”Supported platforms:
Section titled “Supported platforms:”- 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}.zipUnzip the archive.
$ unzip notifly-{PLATFORM}.zipMake 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}From source
Section titled “From source”See Build.