[Koha-devel] CVS install of koha

paul POULAIN paul.poulain at free.fr
Tue Mar 4 08:31:23 CET 2003


some people wanted to know how i installed a "true cvs" version of koha. 
I mean there a version not installed with "buildrelease/installer.pl"
here is the trick :
i use virtual hosts.
my cvs is in */home/paul/koha.dev/koha.*
my apache vhost file looks like :
<VirtualHost 127.0.0.4>
DocumentRoot /home/paul/koha.dev/koha/koha-tmpl/intranet-tmpl
ScriptAlias /cgi-bin/ /home/paul/koha.dev/koha/
ErrorLog logs/koha_error.log
SetEnv PERL5LIB /home/paul/koha.dev/koha
</VirtualHost>

The DocumentRoot points directly to the intranet templates. It means the 
koha-html is no more used. That's what i want => i can see what is not 
yet templated.
The SetEnv PERL5LIB points to the koha cvs directory, thus use 
C4::Biblio is found in PERL5LIB/C4/Biblio.pm !

Hope this helps.
Please report any problem, or success, and i'll add this mail on the wiki.

-- 
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)






More information about the Koha-devel mailing list