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

Installation instructions

Kamil Monicz edited this page Oct 29, 2019 · 2 revisions
  1. Install .NET Core 2.2 on your machine
  2. Download latest Kumo release and unzip it
  3. Make sure you are fine with where Kumo files are located (you won't be able to move it without full re-installation)
  4. Open Kumo installation directory (so you can see Kumo.dll etc. files after executing ls command)
  5. Make install-service.sh file executable using sudo chmod +x install-service.sh command
  6. And then execute it with sudo ./install-service.sh
  7. Configure Kumo by editing config.json file (documentation)
  8. Configure Nginx to work with Kumo (tutorial)
  9. Test your configuration with dotnet Kumo.dll command (Ctrl+C to exit)
  10. Start service by running sudo systemctl start kumo