new scripts which self-localenv, and a daemon web server

This commit is contained in:
Oliver Gorwits
2013-01-05 20:13:48 +00:00
parent e10ee4f520
commit 43ca40e28c
6 changed files with 55 additions and 23 deletions

9
Netdisco/bin/netdisco-web-fg Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env perl
use FindBin;
use lib "$FindBin::Bin/../lib";
use App::Netdisco;
use Dancer;
use App::Netdisco::Web;
dance;