Merge pull request #3130 from murrant/install-docs-update

This commit is contained in:
Søren Rosiak
2016-03-01 22:03:26 +01:00
3 changed files with 24 additions and 0 deletions
@@ -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
@@ -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
@@ -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