From d71a78d40809ac746e6ac6cc32bb3992a2957809 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 30 Jan 2013 13:13:04 +0000 Subject: [PATCH] add link to demo to docs --- Netdisco/lib/App/Netdisco.pm | 8 ++++++++ README.txt | 18 ++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index bbfecd18..0bfa185f 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -35,6 +35,14 @@ network management tool. Pieces are still missing however, so if you're a new user please see L for further information on the project and how to download the current official release. +=over 4 + +=item * + +See the demo at: L + +=back + L provides a web frontend and a backend daemon to handle interactive requests such as changing port or device properties. There is not yet a device poller, so please still use the old Netdisco's discovery, arpnip, diff --git a/README.txt b/README.txt index 0baf2312..ef0f1f84 100644 --- a/README.txt +++ b/README.txt @@ -8,6 +8,8 @@ Introduction information on the project and how to download the current official release. + * See the demo at: + App::Netdisco provides a web frontend and a backend daemon to handle interactive requests such as changing port or device properties. There is not yet a device poller, so please still use the old Netdisco's @@ -38,12 +40,12 @@ Dependencies new database and PostgreSQL user for the Netdisco application: root:~# su - postgres - - postgres:~$ createuser -DRSP netdisco + + postgres:~$ createuser -DRSP netdisco Enter password for new role: Enter it again: - - postgres:~$ createdb -O netdisco netdisco + + postgres:~$ createdb -O netdisco netdisco Installation To avoid muddying your system, use the following script to download and @@ -116,8 +118,8 @@ Tips and Tricks DBIC_TRACE_PROFILE=console DBIC_TRACE=1 \ DANCER_ENVDIR=~/environments ~/bin/localenv plackup ~/bin/netdisco-web-fg - - DBIC_TRACE_PROFILE=console DBIC_TRACE=1 \ + + DBIC_TRACE_PROFILE=console DBIC_TRACE=1 \ DANCER_ENVDIR=~/environments ~/bin/localenv netdisco-daemon-fg Other ways to run and host the web application can be found in the @@ -175,8 +177,8 @@ COPYRIGHT AND LICENSE * Neither the name of the Netdisco Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE NETDISCO DEVELOPER TEAM BE LIABLE FOR ANY