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 user please see L<http://netdisco.org/> for further information on the project
and how to download the current official release. 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 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 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, 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 information on the project and how to download the current official
release. release.
* See the demo at: <http://demo-ollyg.dotcloud.com/netdisco/>
App::Netdisco provides a web frontend and a backend daemon to handle App::Netdisco provides a web frontend and a backend daemon to handle
interactive requests such as changing port or device properties. There interactive requests such as changing port or device properties. There
is not yet a device poller, so please still use the old Netdisco's 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: new database and PostgreSQL user for the Netdisco application:
root:~# su - postgres root:~# su - postgres
postgres:~$ createuser -DRSP netdisco postgres:~$ createuser -DRSP netdisco
Enter password for new role: Enter password for new role:
Enter it again: Enter it again:
postgres:~$ createdb -O netdisco netdisco postgres:~$ createdb -O netdisco netdisco
Installation Installation
To avoid muddying your system, use the following script to download and 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 \ DBIC_TRACE_PROFILE=console DBIC_TRACE=1 \
DANCER_ENVDIR=~/environments ~/bin/localenv plackup ~/bin/netdisco-web-fg 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 DANCER_ENVDIR=~/environments ~/bin/localenv netdisco-daemon-fg
Other ways to run and host the web application can be found in the 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 * Neither the name of the Netdisco Project nor the
names of its contributors may be used to endorse or promote products names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission. 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 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE NETDISCO DEVELOPER TEAM BE LIABLE FOR ANY DISCLAIMED. IN NO EVENT SHALL THE NETDISCO DEVELOPER TEAM BE LIABLE FOR ANY