No need to install umurmur first. The PKGBUILD scripts downloads the source code and builds it for you. Here is how you
use the AUR. You may want to install a
AUR helper to ease the process (I personnally use yaourt).
Once installed, just launch umurmur using the usual systemctl commands:
- to start umurmur
$this->bbcode_second_pass_code('', 'systemctl start umurmur')
- to start at boot
$this->bbcode_second_pass_code('', 'systemctl enable umurmur')
The configuration file is located at
/etc/umurmur/umurmur.confNB: Umurmur does not generates self-signed certificates automatically and will use a default demonstration certificate, which is insecure. You will have to generate it using the
procedure described here.
I will make a new pkgbuild soon and will include this advice in the readme but I think I will write a short article in the Archwiki.
NB 2: You might want to run umurmur as a special user for more security. There a description of the process in the
Skype page in the Archwiki (skip the parts about xhost+ and "export DISPLAY").