Add validate.php to the install docs

This commit is contained in:
Tony Murray 2016-03-01 14:41:39 -06:00
parent 42535a6bae
commit 777a335699
3 changed files with 24 additions and 0 deletions

View File

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

View File

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

View File

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