koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] CVS install of koha


From: paul POULAIN
Subject: [Koha-devel] CVS install of koha
Date: Tue Mar 4 08:31:23 2003
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.1) Gecko/20020826

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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]