The instructions given is for manual Koha installation under windows (without using Windows installer). You can download Koha2.2.5(linux version)from Koha official download site. Extract tar.gz files using gunzip or power archiever (You can download from http://www.gunzip.org). Then you can continue using the following steps. Notes that, I haven't test thoroughly the effects of this manual installation. If anybody finds any error, please let me know. So far, I notice that Barcode generator doesn't work, even when I used the correct API2::PDF version. maybe, the error on httpd.conf configuration. still troubleshooting :) Amzari FingerClick Solutions. --- "Jos� Negrete L." <hemeroteca@seminariopontificio.cl> wrote:
HELLO IF YOU CAN HELP ME. SINCE PLACE I CAN DOWNLOAD THE VERSION 2.5 FOR WINDOWS
AT THE MOMENT WORK WITH VERSION 2.4 And I DOWNLOAD IT FROM :
THANKS
-----Mensaje original----- De: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] En nombre de Amzari Abu Bakar Enviado el: Lunes, 23 de Enero de 2006 7:27 Para: koha@lists.katipo.co.nz Asunto: [Koha] Koha Installation Upgrade 2.2.4 to 2.2.5 Windows
Hi everyone;
For those interested to upgrade Koha2.2.4 windows to Koha2.2.5.
Referring to my previous email on this matter, I have realize that I have made several mistakes. Previously, I have advice to extract Koha2.2.5 to c:\usr\koha225 and make changes to koha.conf in c:\etc. The mistakes is in apache, it still referring to old folder (i.e: c:\usr\koha224.) You can test it by renaming koha224 folder to koha224_bak, and run your koha. you will find 404 -access forbidden.
Apart from extracting koha files to c:\usr\koha225, you have to alter your koha.conf and httpd.conf. make sure you make a backup first. My current setting is Apache2.0.54, WinXP, MySQL4.0.15-nt. Activestateperl 5.6 install at c:\usr\, perl localted at c:\usr\bin\
Here are basic guidelines of upgrading from Koha 2.2.4 Windows to Koha 2.2.5. 1. Install koha2.2.4 for windows according to guidelines in http:\\www.kohadocs.org
1. change c:\etc\koha.conf configuration as follows:
database=<db_name> hostname=localhost user=koha pass=koha intranetdir=c:\usr\koha225\intranet-cgi opacdir=c:\usr\koha225\opac-cgi kohaversion=2.2.5 opachtdocs=c:\usr\koha225\opac-html\opac-tmpl
intrahtdocs=c:\usr\koha225\intranet-html\intranet-tmpl
includes=c:\usr\koha225\intranet-html\intranet-tmpl\npl\en\includes
2. Add the following lines in Apache configuration files, httpd.conf:
Listen 8080
3. Modified the following lines:
DocumentRoot "C:/usr/koha224/intranet/htdocs" <Directory "C:/usr/koha224/intranet/htdocs">
TO
DocumentRoot "C:/usr/koha225" <Directory "C:/usr/koha225">
AND
ScriptAlias /cgi-bin/ "C:/usr/koha224/intranet/cgi-bin/"
<Directory "C:/usr/koha224/intranet/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory>
TO
ScriptAlias /intranet-cgi/ "C:/usr/koha225/intranet-cgi/"
<Directory "C:/usr/koha225/intranet-cgi"> AllowOverride None Options None Order allow,deny Allow from all </Directory>
And Virtual host configuration as follows:
<VirtualHost _default_:*> ServerAdmin amzari79@yahoo.com DocumentRoot "C:/usr/koha225" ScriptAlias /cgi-bin/koha/ /usr/koha225/opac-cgi/ ServerName opac ErrorLog logs/opac-error_log CustomLog logs/opac-access_log common SetEnv PERL5LIB "c:/usr/koha225/modules" </VirtualHost>
<VirtualHost localhost *> ServerAdmin amzari79@yahoo.com DocumentRoot "C:/usr/koha225/opac-html" ScriptAlias /cgi-bin/koha/ /usr/koha225/opac-cgi/ ServerName opac ErrorLog logs/opac-error_log CustomLog logs/opac-access_log common SetEnv PERL5LIB "c:/usr/koha225/modules" </VirtualHost>
<VirtualHost localhost:8080> ServerAdmin amzari79@yahoo.com DocumentRoot "C:/usr/koha225/intranet-html" ScriptAlias /cgi-bin/koha/ /usr/koha225/intranet-cgi/ ServerName intranet ErrorLog logs/intranet-error_log CustomLog logs/intranet-access_log common SetEnv PERL5LIB "c:/usr/koha225/modules" </VirtualHost>
4. change system environment variables for perl5lib variable: perl5lib value: c:\usr\koha225\modules
DONE. You can run opac from http://opac/ or http://localhost/ and intranet from http://intranet:8080 or http://localhost:8080
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com