Re: [Koha-devel] Testing Docker Issue

2021-02-12 Thread Agustin Moyano
Hi Andrew, if database persists after restarting ktd, you can do: docker system prune -f and docker volumes prune -f The first command will remove any container that's not actually running, and the second will remove any persistent volume that's not attached to a running container. Cheers. On

Re: [Koha-devel] Koha Command and Control

2020-12-17 Thread Agustin Moyano
Hi everyone, if Koha is aiming to replace zebra with elastic search, I think it would be best to use ELK Stack for log parsing and sending notifications. What do you think? On Thu, Dec 17, 2020 at 5:48 AM Fridolin SOMERS < fridolin.som...@biblibre.com> wrote: > Hi, > > Indeed good idea. > > Mayb

Re: [Koha-devel] Deploying Koha at scale

2020-08-18 Thread Agustin Moyano
Hi David, we've got two separate projects. One is koha-docker (https://gitlab.com/thekesolutions/koha-docker) that has a "docker-compose" approach, and the second one is koha-helm-chart ( https://gitlab.com/thekesolutions/charts/koha-helm-chart) where we will implement the kubernetes cronjob appro

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Agustin Moyano
Hello everyone, koha-plugin-pay-via-paypal uses Vue to display frontend, and automatically chooses the language based on the lang attribute of html tag. Here https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal/-/blob/master/src/plugins/i18n.js adds the i18n module, and detects the

Re: [Koha-devel] REST API not working in koha-testing-docker?

2020-03-12 Thread Agustin Moyano
As Tomas says, I've seen in many endpoint controllers that the code is wrapped by a try, but in the catch section $_ is ignored, and a 500 is returned. I believe that Tomas means is that you should concat $_ to the message of the 500 error in that catch section. Regards. On Thu, Mar 12, 2020 at

Re: [Koha-devel] REST API not working in koha-testing-docker?

2020-03-12 Thread Agustin Moyano
Hi, I couldn't help to notice you are using port 8080.. in koha-testing-docker 8080 usually means OPAC, and 8081 is admin.. I do not know if it should work on both ports, but I usually use 8081. Hope it helps El jue., 12 de marzo de 2020 08:38, Tomas Cohen Arazi escribió: > I use Postman which

Re: [Koha-devel] Minimal docker images for Koha

2020-03-02 Thread Agustin Moyano
I mean, files may be served directly from the web server and cached by varnish.. web server and plack could have a shared volume for static assets El lun., 2 de marzo de 2020 22:03, Agustin Moyano escribió: > I believe in that case if you use a shared volume between containers, > plack wo

Re: [Koha-devel] Minimal docker images for Koha

2020-03-02 Thread Agustin Moyano
> Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Direct: 02 8005 0595 > > > > *From:* Kyle Hall > *Sent:* Tuesday, 3 March 2020 1:24 AM > *To:* David Cook > *Cc:* Julian Maurice ; Agustin Moyano < > agustinmoy...@theke.io>; Koha

Re: [Koha-devel] Minimal docker images for Koha

2020-02-29 Thread Agustin Moyano
Sorry.. seems I send it only to Julian.. here goes again El sáb., 29 de febrero de 2020 19:15, Agustin Moyano escribió: > Hi Julian, great work!! > > I've also been working (interruptedly) for a couple of months on a docker > version of Koha. > > I focused on having as s

Re: [Koha-devel] Give a try to RabbitMQ (background jobs rewrite) - POC!

2020-02-26 Thread Agustin Moyano
Hi Jonathan, very interesting work.. I'll give it a try as soon as I can. El mar., 25 de febrero de 2020 08:18, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> escribió: > Hi, > > Quick update: a new version of this development has been published. > See bug 22417 comment 30 for more in

Re: [Koha-devel] Starting/stopping koha-testing-docker

2020-02-06 Thread Agustin Moyano
Hi David, you have 2 ways. First if you started koha-testing-docker using the script alias "ku", the script has the "--force-recreate" flag when it runs.. that means if you kill it, and start it again with ku you wont have any problems. The other way is to not kill the container, but simply do "r

Re: [Koha-devel] Koha mirror on gitlab.com not updated ?

2020-02-04 Thread Agustin Moyano
Hi Julian, we could consider mirroring only master, and maybe stable branches. On Tue, Feb 4, 2020 at 11:28 AM Julian Maurice wrote: > Can we do something about that or should we consider the mirror on > gitlab to be useless and never use it ? > > Le 04/02/2020 à 14:59, Tomas Cohen Arazi a écrit

[Koha-devel] API use in intranet and OPAC

2019-10-04 Thread Agustin Moyano
Hello everyone, I'll introduce myself for those of you who didn't "git blame" me... I'm the one who introduced that huge, nasty, blocking bug, that didn't ley you place a simple hold on intranet. I'm glad to announce that patch is on the way, and passed QA. This was one of the first steps (if not

[Koha-devel] Fwd: Developer tool anouncement

2019-09-04 Thread Agustin Moyano
Hi community, I'm proud to anounce this tool I've developed to tidy up "WIP" commits https://gitlab.com/thekesolutions/tools/git-rk Really hope it helps Ps: save the kittens! ;P ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://li