Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Prebuilt Setup

zekro edited this page Sep 17, 2019 · 1 revision

Pre-Built Assets Setup

Download the latest precompiled binaries and web assets from SLMS Release page.

Now, unpack the gziped tarball:

$ tar -xzvf release.tar.gz && rm release.tar.gz

It is very important that you keep the web/ folder always in the same directory as the server binary.

Before starting the binary, you need to make it executable with

$ chmod +x ./slms

Then, you can start the web service as following:

$ ./slms -addr :80 -c ./config.yml
Clone this wiki locally