bump version

This commit is contained in:
Oliver Gorwits
2013-01-29 22:56:12 +00:00
parent 3a73b42860
commit 8775844a19
4 changed files with 15 additions and 4 deletions

View File

@@ -104,6 +104,9 @@ Startup
DANCER_ENVDIR=~/environments ~/bin/netdisco-daemon start
You should (of course) avoid running this Netdisco daemon and the legacy
daemon at the same time.
Tips and Tricks
The main black navigation bar has a search box which is smart enough to
work out what you're looking for in most cases. For example device
@@ -128,6 +131,12 @@ Tips and Tricks
netdisco=> insert into users (username, port_control) values ('guest', true);
Upgrading
Simply install this module again, then upgrade the database schema:
~/bin/localenv cpanm --quiet --notest App::Netdisco
DANCER_ENVDIR=~/environments ~/bin/localenv netdisco-deploy
Future Work
Bundled with this app is a DBIx::Class layer for the Netdisco database.
This could be a starting point for an "official" DBIC layer. Helper