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
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
@@ -7,7 +7,7 @@ use 5.010_000;
|
||||
use File::ShareDir 'dist_dir';
|
||||
use Path::Class;
|
||||
|
||||
our $VERSION = '2.00_012';
|
||||
our $VERSION = '2.01_001';
|
||||
|
||||
BEGIN {
|
||||
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
|
||||
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
|
||||
Pg user for the Netdisco application:
|
||||
PostgreSQL user for the Netdisco application:
|
||||
|
||||
postgres:~$ createuser -DRSP netdisco
|
||||
Enter password for new role:
|
||||
@@ -77,9 +79,7 @@ install Netdisco and its dependencies into the C<netdisco> user's home area
|
||||
su - netdisco
|
||||
curl -L http://cpanmin.us/ | perl - --notest --quiet \
|
||||
--local-lib ~/perl5 \
|
||||
App::cpanminus \
|
||||
App::local::lib::helper \
|
||||
http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz
|
||||
App::cpanminus App::local::lib::helper App::Netdisco
|
||||
|
||||
Link some of the newly installed apps into the C<netdisco> user's C<$PATH>,
|
||||
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
|
||||
area, which will take about 200MB including MIB files.
|
||||
|
||||
Netdisco uses the PostgreSQL (Pg) database server. Install Pg and then
|
||||
change to the PostgreSQL superuser (usually "postgres"). Create a new
|
||||
database and Pg user for the Netdisco application:
|
||||
# useradd -m -p x -s /bin/bash nedisco
|
||||
|
||||
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
|
||||
Enter password for new role:
|
||||
@@ -47,9 +49,7 @@ Installation
|
||||
su - netdisco
|
||||
curl -L http://cpanmin.us/ | perl - --notest --quiet \
|
||||
--local-lib ~/perl5 \
|
||||
App::cpanminus \
|
||||
App::local::lib::helper \
|
||||
http://cpan.metacpan.org/authors/id/O/OL/OLIVER/App-Netdisco-2.00_012.tar.gz
|
||||
App::cpanminus App::local::lib::helper App::Netdisco
|
||||
|
||||
Link some of the newly installed apps into the "netdisco" user's $PATH,
|
||||
e.g. "~netdisco/bin":
|
||||
|
||||
Reference in New Issue
Block a user