Installing the deb package on Ubuntu

Download the deb package:

wget https://github.com/hontvari/mireka/releases/download/@VERSION@/mireka_@VERSION@-1_all.deb

Install the gdebi tool, which can install local deb packages:

sudo apt-get install gdebi-core

Install Mireka:

sudo gdebi mireka_@VERSION@-1_all.deb

You will find the log files in /var/log/mireka, the configuration files in /etc/mireka. The Mireka home dir is /var/lib/mireka.

You can start it using sudo start mireka and stop it using sudo stop mireka.