Update install instructions with Ruby/systemd
This commit is contained in:
parent
1180849b44
commit
5e60752594
14
README.md
14
README.md
@ -11,6 +11,12 @@ mkdir /var/www/malp/data
|
||||
chown apache:apache /var/www/malp/data
|
||||
```
|
||||
|
||||
### Install ruby
|
||||
|
||||
```
|
||||
dnf install ruby
|
||||
```
|
||||
|
||||
### If using SELinux (e.g. AlmaLinux)
|
||||
|
||||
```
|
||||
@ -77,3 +83,11 @@ openssl req -new -x509 -key anubis.key -out anubis.crt -days 3650 -sha384
|
||||
```
|
||||
/var/www/malp/bin/setpasswd
|
||||
```
|
||||
|
||||
### Install systemd units
|
||||
|
||||
```
|
||||
cp /var/www/malp/systemd/* /usr/lib/systemd/system
|
||||
systemctl enable --now malpd.socket
|
||||
systemctl enable --now malpd.service
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user