update Changes and version bump
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2.01_001 - 2013-01-05
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* Rewrite of the daemon to use Daemon::Control and MCE (cleaner netdisco
|
||||||
|
code and fewer deps)
|
||||||
|
* Version bump so that we'll be releasing odd numbered beta dists
|
||||||
|
|
||||||
2.00_012 - 2012-12-21
|
2.00_012 - 2012-12-21
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|||||||
@@ -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.00_012';
|
our $VERSION = '2.01_001';
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (not length ($ENV{DANCER_APPDIR} || '')
|
if (not length ($ENV{DANCER_APPDIR} || '')
|
||||||
@@ -58,9 +58,11 @@ Create a user on your system called C<netdisco> if one does not already exist.
|
|||||||
We'll install Netdisco and its dependencies into this user's home area, which
|
We'll install Netdisco and its dependencies into this user's home area, which
|
||||||
will take about 200MB including MIB files.
|
will take about 200MB including MIB files.
|
||||||
|
|
||||||
Netdisco uses the PostgreSQL (Pg) database server. Install Pg and then change
|
# useradd -m -p x -s /bin/bash nedisco
|
||||||
|
|
||||||
|
Netdisco uses the PostgreSQL database server. Install PostgreSQL and then change
|
||||||
to the PostgreSQL superuser (usually C<postgres>). Create a new database and
|
to the PostgreSQL superuser (usually C<postgres>). Create a new database and
|
||||||
Pg user for the Netdisco application:
|
PostgreSQL user for the Netdisco application:
|
||||||
|
|
||||||
postgres:~$ createuser -DRSP netdisco
|
postgres:~$ createuser -DRSP netdisco
|
||||||
Enter password for new role:
|
Enter password for new role:
|
||||||
@@ -77,9 +79,7 @@ install Netdisco and its dependencies into the C<netdisco> user's home area
|
|||||||
su - netdisco
|
su - netdisco
|
||||||
curl -L http://cpanmin.us/ | perl - --notest --quiet \
|
curl -L http://cpanmin.us/ | perl - --notest --quiet \
|
||||||
--local-lib ~/perl5 \
|
--local-lib ~/perl5 \
|
||||||
App::cpanminus \
|
App::cpanminus App::local::lib::helper App::Netdisco
|
||||||
App::local::lib::helper \
|
|
||||||
http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz
|
|
||||||
|
|
||||||
Link some of the newly installed apps into the C<netdisco> user's C<$PATH>,
|
Link some of the newly installed apps into the C<netdisco> user's C<$PATH>,
|
||||||
e.g. C<~netdisco/bin>:
|
e.g. C<~netdisco/bin>:
|
||||||
|
|||||||
12
README.txt
12
README.txt
@@ -29,9 +29,11 @@ Dependencies
|
|||||||
exist. We'll install Netdisco and its dependencies into this user's home
|
exist. We'll install Netdisco and its dependencies into this user's home
|
||||||
area, which will take about 200MB including MIB files.
|
area, which will take about 200MB including MIB files.
|
||||||
|
|
||||||
Netdisco uses the PostgreSQL (Pg) database server. Install Pg and then
|
# useradd -m -p x -s /bin/bash nedisco
|
||||||
change to the PostgreSQL superuser (usually "postgres"). Create a new
|
|
||||||
database and Pg user for the Netdisco application:
|
Netdisco uses the PostgreSQL database server. Install PostgreSQL and
|
||||||
|
then change to the PostgreSQL superuser (usually "postgres"). Create a
|
||||||
|
new database and PostgreSQL user for the Netdisco application:
|
||||||
|
|
||||||
postgres:~$ createuser -DRSP netdisco
|
postgres:~$ createuser -DRSP netdisco
|
||||||
Enter password for new role:
|
Enter password for new role:
|
||||||
@@ -47,9 +49,7 @@ Installation
|
|||||||
su - netdisco
|
su - netdisco
|
||||||
curl -L http://cpanmin.us/ | perl - --notest --quiet \
|
curl -L http://cpanmin.us/ | perl - --notest --quiet \
|
||||||
--local-lib ~/perl5 \
|
--local-lib ~/perl5 \
|
||||||
App::cpanminus \
|
App::cpanminus App::local::lib::helper App::Netdisco
|
||||||
App::local::lib::helper \
|
|
||||||
http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz
|
|
||||||
|
|
||||||
Link some of the newly installed apps into the "netdisco" user's $PATH,
|
Link some of the newly installed apps into the "netdisco" user's $PATH,
|
||||||
e.g. "~netdisco/bin":
|
e.g. "~netdisco/bin":
|
||||||
|
|||||||
Reference in New Issue
Block a user