Hi. Has anyone successfully installed koha in a web hosting company? Or is it possible to install koha without total control of a server (e.g. no root privileges), even if the needed PERL modules and mysql database is already pre-configured? If yes, can anyone point me to this Koha friendly web hosting company? TIA. Kenneth C. Demanawa ---------------------------------- "if you build it, they will come" Field of Dreams _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
On Wednesday 10 December 2003 11:03, Kenneth C. Demanawa wrote:
Hi.
Has anyone successfully installed koha in a web hosting company? Or is it possible to install koha without total control of a server (e.g. no root privileges), even if the needed PERL modules and mysql database is already pre-configured? If yes, can anyone point me to this Koha friendly web hosting company? http://katipo.co.nz ? -- regards kg
On Wed, Dec 10, 2003 at 01:33:41PM +0800, Kenneth C. Demanawa wrote:
Has anyone successfully installed koha in a web hosting company? Or is it
Yes. The installer supports all the necessary parts if you have shell access, for sure. If you're in Europe, I can definitely recommend a hosting provider with the right modules installed (and no, it's not me) and installer (yes, that is me). It doesn't support current z3950daemon, though. MJR, posting on the road
Kenneth C. Demanawa a écrit :
Hi.
Has anyone successfully installed koha in a web hosting company? Or is it possible to install koha without total control of a server (e.g. no root privileges), even if the needed PERL modules and mysql database is already pre-configured? If yes, can anyone point me to this Koha friendly web hosting company?
Yes I do : demo.koha-fr.org is hosted by a web hosting company. The trick is to use .htaccess to define 2 env parameters : Mine is : SetEnv PERL5LIB /data/www/d/e/mo.koha-fr.org/cgi-bin SetEnv KOHA_CONF /data/www/d/e/mo.koha-fr.org/cgi-bin/etc/koha.conf Options +Includes AddHandler server-parsed .htmltml PERL5LIB is used to point to the C4 directory, that contains Koha specific .pm KOHA_CONF is used by Koha to find /etc/koha.conf Note that MARC::Record, HTML::Template... can also be put in the PERL5LIB directory (that's what I did too) Of course, with such an installation, installer is useless, and you must install with your keyboard & your brain :-) HTH -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (4)
-
Kenneth C. Demanawa -
Kenneth Gonsalves -
MJ Ray -
paul POULAIN