diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-05 14:51:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-05 14:51:26 -0400 |
commit | 3a9dfb836118bf2255a129356a8fd401b839d7b7 (patch) | |
tree | 28f268681ae0f0a17e99c021448957a64b7da408 /cpan/README | |
parent | a7b8069b9dd1921275ef24752a65005c15d0868e (diff) |
enhancesments for shared hosting
* Add a Bundle::Ikiwiki to the source for use with CPAN to install *all*
the modules ikiwiki can use.
* Add a cpan directory containing a CPAN::MyConfig that can ease use of
CPAN to install in a home directory on shared hosting providers.
* With these changes, it's pretty easy to install onto nearlyfreespeech.net
and probably other shared hosting providers like dreamhost. Added
a tip page documentng the process for nearlyfreespeech.
Diffstat (limited to 'cpan/README')
-rw-r--r-- | cpan/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpan/README b/cpan/README new file mode 100644 index 000000000..fd189fe86 --- /dev/null +++ b/cpan/README @@ -0,0 +1,7 @@ +In this directory is a CPAN config file that causes it to install into the HOME +directory, and tries to be reasonably portable. Set PERL5LIB=ikiwiki/cpan to +use it. + +This is provided with ikiwiki for use on hosting providers such as +nearlyfreespeech.net, that have CPAN but need some tweaking for it to be +usable by a regular user. |