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)