aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-01-27 21:05:44 +0100
committerAngelo Naselli <anaselli@linux.it>2014-01-27 21:05:44 +0100
commitccf840bb01959f37628b786e5fc8c3ca9ff119b7 (patch)
tree270a455248129722166c34fcbaa6b6776091d88b /README
parent1624ce382eb033c2cf3ef1fe6b9c41beb0b0a91b (diff)
downloadcolin-keep-ccf840bb01959f37628b786e5fc8c3ca9ff119b7.tar
colin-keep-ccf840bb01959f37628b786e5fc8c3ca9ff119b7.tar.gz
colin-keep-ccf840bb01959f37628b786e5fc8c3ca9ff119b7.tar.bz2
colin-keep-ccf840bb01959f37628b786e5fc8c3ca9ff119b7.tar.xz
colin-keep-ccf840bb01959f37628b786e5fc8c3ca9ff119b7.zip
Added some notes to run with local::lib
Diffstat (limited to 'README')
-rw-r--r--README31
1 files changed, 16 insertions, 15 deletions
diff --git a/README b/README
index f0860fa..85ea359 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-AdminPanel-Shared
+AdminPanel
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
@@ -21,6 +21,21 @@ To install this module, run the following commands:
make test
make install
+To install this module with local::lib (see perldoc local::lib for
+details)
+ # add also -MCPAN if you want to install from cpan locally
+ alias perl='perl -Mlocal::lib'
+ perl Makefile.PL
+ make
+ make test
+ make install
+
+Since admin panel works with root privilege you can do the above
+or just install it locally and run as root but using user environment
+variable to know which ones run perl -Mlocal::lib as user and
+execute the output as root.
+
+
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
@@ -28,20 +43,6 @@ perldoc command.
perldoc AdminPanel
-You can also look for information at:
-
- RT, CPAN's request tracker (report bugs here)
- http://rt.cpan.org/NoAuth/Bugs.html?Dist=AdminPanel-Shared
-
- AnnoCPAN, Annotated CPAN documentation
- http://annocpan.org/dist/AdminPanel-Shared
-
- CPAN Ratings
- http://cpanratings.perl.org/d/AdminPanel-Shared
-
- Search CPAN
- http://search.cpan.org/dist/AdminPanel-Shared/
-
LICENSE AND COPYRIGHT