From ab11b5ed913adc78f8d272108f5b2755ff5d0787 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 5 Jan 2016 22:36:28 +0100 Subject: [PATCH] doc/Installation: Add install commands for non-Debian distributions Running `sudo make install` on non-Debian distributions fails, as the group of the Apache HTTP server are named differently. Therefore, update the documentation. The group name for SUSE is taken from the [OTRS manual][1]. [1]: https://otrs.github.io/doc/manual/admin/4.0/de/html/manual-installation-of-otrs.html --- doc/Installation.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Installation.adoc b/doc/Installation.adoc index 971acdd..c705b8e 100644 --- a/doc/Installation.adoc +++ b/doc/Installation.adoc @@ -65,6 +65,15 @@ user@val:~$ cd yubikey-val user@val:~/yubikey-val$ sudo make install ---- +Depending on your distribution, the group of Apache (or the HTTP server) might +be different from `www-data`, used in Debian and Ubuntu. On Red Hat, Fedora or +CentOS the group is `apache` and in SUSE it is `www`. + +[source, sh] +---- +user@val:~/yubikey-val: sudo make install wwwgroup=apache +---- + The rest of this documentation will assume you have YK-VAL available in the default installation targets. You can override the paths, see the Makefile.