Update install instructions with Ruby/systemd

This commit is contained in:
Josh Holtrop 2026-04-01 21:13:09 -04:00
parent 1180849b44
commit 5e60752594

View File

@ -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
```