diff --git a/README.md b/README.md index cbe88e4..ea3a1d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A lightweight Ruby CGI status page for home server monitoring. ## Install -Copy repository directory to `/var/www/malp`. +Copy this repository directory to `/var/www`, so `/var/www/malp/cgi-bin` exists. ### Example Apache Setup @@ -57,3 +57,9 @@ openssl req -new -x509 -key anubis.key -out anubis.crt -days 3650 -sha384 ScriptAlias / /var/www/malp/cgi-bin/malp.rb ``` + +### Set user name and password + +``` +/var/www/malp/bin/setpasswd +```