Skip to content

Installation

Mambisi Zempare edited this page Apr 15, 2020 · 2 revisions
  • You can Download the prebuilt binary for (Windows,Linux and Mac) on the release page.
  • Build from the source.

Installing on Ubuntu

Download the Debian package.

$ dpkg -i path/escanor_0.1.0_amd64.deb

Run the server

$ escaper-server

Run the server in background and enable able after system reboot.

$ systemctl start escanor-server
$ systemctl enable escanor-server

Run the Cli

$ escanor-cli

Installing on Windows

Download the escanor_0.1.0_win64.zip there are two files escanor-server.exe and escanor-cli.exe open escanor-server.exe then escanor-cli.exe.

Installing on Mac

Download the escanor_0.1.0_osx.zip there are two files escanor-server and escanor-cli open escanor-server then escanor-cli.

Clone this wiki locally