From 3d12b0e68cbd94d9913d7913c76aca821b88b52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Galaghar?= Date: Fri, 22 Jan 2016 11:03:54 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d7932677..d1fd19f57 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Enter the following commands: cd /opt/librenms git pull - php discover.php -h all + php discovery.php -h all php poller.php -h all You'll then need to find out the IP of your VM (`ifconfig | grep add`) and From 88b5dff95a822228da3c4beb06b47eda8c627447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Galaghar?= Date: Fri, 22 Jan 2016 11:12:50 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1fd19f57..2d3555809 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,9 @@ You can try LibreNMS by downloading a VM image. Currently, a Ubuntu-based image is supplied and has been tested with [VirtualBox][8]. Download the [VirtualBox / VMWare image][11] and open it then log in with credentials provided. -Enter the following commands: +Enter the following command: - cd /opt/librenms - git pull - php discovery.php -h all - php poller.php -h all + ./daily.sh You'll then need to find out the IP of your VM (`ifconfig | grep add`) and create a DNS entry for `librenms.example.com` to point to that IP. You can