From e4098ad3d7e35eaa71da06a57a5725a840fdebf3 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 7 Jun 2018 21:46:58 +0100 Subject: [PATCH] clarify the web app home location --- lib/App/Netdisco.pm | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index c0325c33..06708a1e 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -176,27 +176,32 @@ script will take care of all this for you: If this is a new installation of Netdisco 2, answer yes to all questions. If you wish to deploy without Internet access, see the -L documentation. +L +documentation. =head1 Startup -Run the following command to start the web-app server as a backgrounded daemon -(listening on port 5000): +Run the following command to start the web-app server as a background process: ~/bin/netdisco-web start -Run the following command to start the job control daemon (port control, etc): +The web app listens on port 5000 (for example C<< http://localhost:5000/ >> or +C<< http://yourhost.example.com:5000/ >>). + +Run the following command to start the job control daemon (device polling, +port control, etc): ~/bin/netdisco-backend start -You should take care not to run this Netdisco daemon and the Netdisco 1.x -daemon at the same time. Similarly, if you use the device discovery with -Netdisco 2, disable your system's cron jobs for the Netdisco 1.x poller. - -Whenever you upgrade your operating system, you should also delete the +I Whenever you upgrade your operating system, you should delete the C<~netdisco/perl5> directory and re-run the C command above, to update Netdisco's C library bindings. +I You should take care not to run C<< netdisco-backend >> and the +Netdisco 1.x daemon at the same time. Similarly, if you use the device +discovery with Netdisco 2, disable your system's cron jobs for the Netdisco +1.x poller. + We have several other pages with tips for L, L,