add link to demo

This commit is contained in:
Oliver Gorwits
2013-08-26 17:22:44 +01:00
parent d0a6013b63
commit 02c471f583

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.013001'; our $VERSION = '2.014000';
BEGIN { BEGIN {
if (not ($ENV{DANCER_APPDIR} || '') if (not ($ENV{DANCER_APPDIR} || '')
@@ -82,15 +82,45 @@ App::Netdisco - An open source web-based network management tool.
=head1 Introduction =head1 Introduction
The content of this distribution is the next major version of the Netdisco Netdisco is a web-based network management tool designed for network
network management tool. Pieces are still missing however, so if you're a new administrators. Data is collected into a Postgres database using SNMP.
user please see L<http://netdisco.org/> for further information on the project
and how to download the current official release. Some of the things you can do with Netdisco:
=over 4
=item *
B<Locate> a machine on the network by MAC or IP and show the switch port it
lives at
=item *
B<Turn off> a switch port, or change the VLAN or PoE status of a port
=item *
B<Inventory> your network hardware by model, vendor, software and operating
system
=item *
B<Pretty pictures> of your network
=back
L<App::Netdisco> provides a web frontend with built-in web server, and a L<App::Netdisco> provides a web frontend with built-in web server, and a
backend daemon to handle interactive requests such as changing port or device backend daemon to handle interactive requests such as changing port or device
properties. properties.
=over 4
=item *
See the demo at: L<http://netdisco2-demo.herokuapp.com/>
=back
If you have any trouble getting the frontend running, speak to someone in the If you have any trouble getting the frontend running, speak to someone in the
C<#netdisco> IRC channel (on freenode). Before installing or upgrading please C<#netdisco> IRC channel (on freenode). Before installing or upgrading please
review the latest L<Release Notes|App::Netdisco::Manual::ReleaseNotes>. review the latest L<Release Notes|App::Netdisco::Manual::ReleaseNotes>.