add link to demo to docs

This commit is contained in:
Oliver Gorwits
2013-01-30 13:13:04 +00:00
parent de03da8714
commit d71a78d408
2 changed files with 18 additions and 8 deletions

View File

@@ -35,6 +35,14 @@ network management tool. Pieces are still missing however, so if you're a new
user please see L<http://netdisco.org/> for further information on the project
and how to download the current official release.
=over 4
=item *
See the demo at: L<http://demo-ollyg.dotcloud.com/netdisco/>
=back
L<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 discovery, arpnip,

View File

@@ -8,6 +8,8 @@ Introduction
information on the project and how to download the current official
release.
* See the demo at: <http://demo-ollyg.dotcloud.com/netdisco/>
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
@@ -39,11 +41,11 @@ Dependencies
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
@@ -117,7 +119,7 @@ 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
@@ -176,7 +178,7 @@ COPYRIGHT AND LICENSE
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