Task #2908
Story #2720: KNB, LTER, PISCO, ESA, SANPARKS roll out
Task #2882: KNB MN upgrade
Task #2907: Configure NCEAS, OBFS, NRS registry
Install NCEAS::AdminDB module
Status:
Closed
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
-
Target version:
Start date:
2012-06-10
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
There must be more formal instructions...somewhere.
https://code.nceas.ucsb.edu/code/admindb/trunk/perl/NCEAS/AdminDB
History
#1 Updated by Ben Leinfelder over 12 years ago
README is helpful for installing prereqs and the perl module.
https://code.nceas.ucsb.edu/code/admindb/trunk/perl/NCEAS/AdminDB/README
#2 Updated by Ben Leinfelder over 12 years ago
- Status changed from New to In Progress
Installed the following:
sudo apt-get install libdbd-pg-perl
sudo apt-get install libpq-dev
sudo cpan -i App::Info
sudo cpan -i DBI
sudo cpan -i DBD::Pg
Then installed the module
svn co https://code.nceas.ucsb.edu/code/admindb/trunk/perl/NCEAS/AdminDB AdminDB
cd AdminDB
perl Makefile.PL
make
sudo make install
#3 Updated by Ben Leinfelder over 12 years ago
- Status changed from In Progress to Closed