Updated document structure

This commit is contained in:
Neil Lathwood
2015-01-10 01:32:46 +00:00
parent 03534ee054
commit 91e40a91ce
23 changed files with 1074 additions and 240 deletions
+12
View File
@@ -0,0 +1,12 @@
## Updating your install ##
LibreNMS by default performs updates on a daily basis. This can be disabled by ensuring:
$config['update'] = 0;
Is no longer commented out. If you would like to perform a manual update then you can do this by running the following commands:
git pull --no-edit --quiet
php includes/sql-schema/update.php
This will update both the core LibreNMS files but also update the database structure if updates are available.