From c989142a89aec2a3cae515dc82993da316955a70 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Thu, 17 Jul 2014 13:51:59 +1000 Subject: [PATCH] Update INSTALL.md - add mcrypt enable --- doc/INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index c8292310c..6b2c0d377 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -89,12 +89,16 @@ If you have Apache 2.3 or newer then please add the following line before `Allow Require all granted +On at least Ubuntu 14.04 (and possibly other distributions and versions as well), mcrypt is not enabled on install. Run the following to enable it: + + php5enmod mcrypt + Change `librenms.example.com` to the appropriate hostname for your domain, then enable the vhost and restart Apache: a2ensite librenms.conf a2enmod rewrite service apache2 restart - + (To get to your LibreNMS install externally, you'll also need add it to your DNS or hosts file.) ### Manual vs. web installer ###