From 777a3356993111118b6cd0d7504cb805b27e9bfa Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 1 Mar 2016 14:41:39 -0600 Subject: [PATCH] Add validate.php to the install docs --- doc/Installation/Installation-(Debian-Ubuntu).md | 8 ++++++++ doc/Installation/Installation-(RHEL-CentOS).md | 8 ++++++++ doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/doc/Installation/Installation-(Debian-Ubuntu).md b/doc/Installation/Installation-(Debian-Ubuntu).md index dea55fb1fb..50d216d76e 100644 --- a/doc/Installation/Installation-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-(Debian-Ubuntu).md @@ -177,6 +177,14 @@ Create the admin user - priv should be 10 Substitute your desired username, password and email address--and leave the angled brackets off. +### Validate your install ### + +Run validate.php as root in the librenms directory + + php validate.php + +This will check your install to verify it is set up correctly. + ### Add localhost ### php addhost.php localhost public v2c diff --git a/doc/Installation/Installation-(RHEL-CentOS).md b/doc/Installation/Installation-(RHEL-CentOS).md index d60fe96af6..cc9cf82043 100644 --- a/doc/Installation/Installation-(RHEL-CentOS).md +++ b/doc/Installation/Installation-(RHEL-CentOS).md @@ -303,6 +303,14 @@ Start the web-server: # For Nginx: systemctl restart nginx +### Validate your install ### + +Run validate.php as root in the librenms directory + + php validate.php + +This will check your install to verify it is set up correctly. + ### Add localhost ### php addhost.php localhost public v2c diff --git a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md index ed48898135..dedb51866d 100644 --- a/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md +++ b/doc/Installation/Installation-Lighttpd-(Debian-Ubuntu).md @@ -153,6 +153,14 @@ then restart Lighttpd: service lighttpd restart +### Validate your install ### + +Run validate.php as root in the librenms directory + + php validate.php + +This will check your install to verify it is set up correctly. + ### Add localhost ### php addhost.php localhost public v2c