Download the deb package:
wget https://github.com/hontvari/mireka/releases/download/4.2.0/mireka_4.2.0-1_all.deb
Install the gdebi
tool, which can install local deb packages:
sudo apt-get install gdebi-core
Install Mireka:
sudo gdebi mireka_4.2.0-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
.