Re: [Koha-devel] makefiling sources from git repository (version 3.00.00.031)
"Ignacio Javier" <ignacio.gomez@coremain.com> wrote:
Cannot copy 'installer/data/mysql/fr/mandatory' to 'usr/local/lib/cgi-bin/koha/installer/data/mysql/fr/mandatory': Is a Directory
Yes, someone changed the structure of installer/data without updating the Makefile.PL function map_tree. I'll try to rustle up a patch for it - I'd like to generalise it and recursively copy files, but I'm not sure of how to do that portably without adding dependencies. [...]
Should I manually remove the 'usr/local/lib/cgi-bin/koha/installer/data/mysql/fr/mandatory' file, and copy -R the directory 'installer/data/mysql/fr/mandatory' to 'usr/local/lib/cgi-bin/koha/installer/data/mysql/fr/'?
That seems like it should work, but there will be other copies left undone, so maybe it won't. Regards, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
On 11/27/07, MJ Ray <mjr@phonecoop.coop> wrote: I'd like to generalise it and recursively copy files, but I'm not
sure of how to do that portably without adding dependencies.
I've sent a patch to Galen to do this recursively. It should work once the dir structure and target dirs are sorted out. No deps need to be added. Regards -- Chris Nighswonger Faculty Member Network & Systems Director Foundations Bible College & Seminary www.foundations.edu www.fbcradio.org
"Chris Nighswonger" <cnighswonger@foundations.edu> wrote:
On 11/27/07, MJ Ray <mjr@phonecoop.coop> wrote: I'd like to generalise it and recursively copy files, but I'm not
sure of how to do that portably without adding dependencies.
I've sent a patch to Galen to do this recursively. It should work once the dir structure and target dirs are sorted out. No deps need to be added.
Can you publish the patch somewhere, please? I'd probably like to pull it into my installer tree if it works. Thanks, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
MJ Ray <mjr@phonecoop.coop> wrote:
Yes, someone changed the structure of installer/data without updating the Makefile.PL function map_tree. I'll try to rustle up a patch for it [...]
Patch posted at http://serene.ttllp.co.uk/~mjr/koha-installer/ Tested only as far as make install, not into the web installer yet. Hope that helps, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
From Koha Readme.txt:
0. export DB_PASS=thePasswordYouChose 1. perl Makefile.PL 2. make 3. sudo make install 4. ln -s /usr/local/share/koha/etc/koha-httpd.conf /etc/apache2/sites-available/koha 5. a2enmod enable rewrite (...o a2enmod y seleccionar rewrite) 6. a2ensite koha && /etc/init.d/apache2 reload ...Everything OK up to here!.... but... ********************* ** the doubt is..: ** ********************* I want to use mode nozebra. So... there is a point here where I should make: $ export KOHA_CONF=/usr/local/share/koha/etc/koha-conf.xml (*NOTE* I installed default, so /usr/local/share instead of /usr/share in my Debian 4.1 with default config) $ perl rebuild_nozebra.pl ...instead of installing Zebra this way?: 7. zebrasrv -c /usr/share/koha/etc/koha-conf.xml Greetings, Ignacio -----Mensaje original----- De: koha-devel-bounces+ignacio.gomez=coremain.com@nongnu.org [mailto:koha-devel-bounces+ignacio.gomez=coremain.com@nongnu.org] En nombre de MJ Ray Enviado el: martes, 27 de noviembre de 2007 20:12 Para: koha-devel@nongnu.org Asunto: Re: [Koha-devel] makefiling sources from git repository (version3.00.00.031) "Ignacio Javier" <ignacio.gomez@coremain.com> wrote:
Cannot copy 'installer/data/mysql/fr/mandatory' to 'usr/local/lib/cgi-bin/koha/installer/data/mysql/fr/mandatory': Is a Directory
Yes, someone changed the structure of installer/data without updating the Makefile.PL function map_tree. I'll try to rustle up a patch for it - I'd like to generalise it and recursively copy files, but I'm not sure of how to do that portably without adding dependencies. [...]
Should I manually remove the 'usr/local/lib/cgi-bin/koha/installer/data/mysql/fr/mandatory' file, and copy -R the directory 'installer/data/mysql/fr/mandatory' to 'usr/local/lib/cgi-bin/koha/installer/data/mysql/fr/'?
That seems like it should work, but there will be other copies left undone, so maybe it won't. Regards, -- MJ Ray http://mjr.towers.org.uk/email.html tel:+44-844-4437-237 - Webmaster-developer, statistician, sysadmin, online shop builder, consumer and workers co-operative member http://www.ttllp.co.uk/ - Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/ _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel
participants (3)
-
Chris Nighswonger -
Ignacio Javier -
MJ Ray