From 3a9dfb836118bf2255a129356a8fd401b839d7b7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 May 2008 14:51:26 -0400 Subject: 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. --- cpan/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpan/README (limited to 'cpan/README') 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. -- cgit v1.2.3