From bfd4bd2649d9645ba35085ebc5c371e6b7715348 Mon Sep 17 00:00:00 2001 From: Rob Vella Date: Mon, 11 Jan 2021 00:24:48 -0800 Subject: [PATCH] Add more install notes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 142ccf2..f8dd435 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Just plop in a directory that has a PHP web server pointing at it! * Copy stream-server.service to /etc/systemd/system * Make sure /srv/http/allmon2/astdb.txt exists or is a symlink to a working astdb.txt * Make sure hideNodeURL=no in allmon.ini.php for the node stanza that's being monitored +* Make sure storage/ directory is writable by the PHP user (usually www-data) ``` ./composer.phar install