mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Merge pull request #3130 from murrant/install-docs-update
This commit is contained in:
@@ -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.
|
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 ###
|
### Add localhost ###
|
||||||
|
|
||||||
php addhost.php localhost public v2c
|
php addhost.php localhost public v2c
|
||||||
|
|||||||
@@ -303,6 +303,14 @@ Start the web-server:
|
|||||||
# For Nginx:
|
# For Nginx:
|
||||||
systemctl restart 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 ###
|
### Add localhost ###
|
||||||
|
|
||||||
php addhost.php localhost public v2c
|
php addhost.php localhost public v2c
|
||||||
|
|||||||
@@ -153,6 +153,14 @@ then restart Lighttpd:
|
|||||||
|
|
||||||
service lighttpd restart
|
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 ###
|
### Add localhost ###
|
||||||
|
|
||||||
php addhost.php localhost public v2c
|
php addhost.php localhost public v2c
|
||||||
|
|||||||
Reference in New Issue
Block a user