mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Merge pull request #37 from paulmenzel/add-install-command-for-non-deb-distributions
doc/Installation: Add install commands for non-Debian distributions
This commit is contained in:
commit
b3d8206da0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user