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

Manual Setup

zekro edited this page Sep 17, 2019 · 1 revision

Manual Compilation and Set Up

Requirements

  • go compiler toolchain
  • dep dependency manager
  • GNU make

Cloning the Repository

First of all, you need to clone the repository, of course:

$ git clone https://github.com/zekroTJA/slms.git --branch master --depth 5

Compiling the Back and Front End Assets

You can simply take advantage of the Makefile delivered with the repository. It compiles the back end binariy and the web assets for the front end.

$ make

After that, you can follow the seps to run the binary like described here.

Clone this wiki locally