<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 13004 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 194, Issue 15<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Re: How to install Koha plugins for development<br>      (Tomas Cohen Arazi)<br>   2. Re: How to install Koha plugins for development (Fridolin SOMERS)<br>   3. Re: Staff interface redesign: Update (Paul Poulain)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 19 Jan 2022 21:57:55 -0300<br>From: Tomas Cohen Arazi <tomascohen@gmail.com><br>To: Samu Heiskanen <samu.heiskanen@hypernova.fi><br>Cc: koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] How to install Koha plugins for development<br>Message-ID:<br>    <CABZfb=VUrTZBkmeV3Phz2dPwXsVBOYuJXdDQzNFaCRoGOZTyhw@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>You should use koha-testing-docker, there's an alias specifically for that.<br>Once you use it, the instructions Michael have you are similar!<br><br>El mié., 19 ene. 2022 16:31, Samu Heiskanen <samu.heiskanen@hypernova.fi><br>escribió:<br><br>> Hi,<br>><br>> I am a new Koha developer from windy and cold Finland. As new to the<br>> Koha-community, I'd like to wish all the best for everyone in the community.<br>><br>> I have a problem with installing Koha plugins. I tried to find guidelines<br>> how install plugin from Git-repository, but haven't found. I'm forking a<br>> plugin and setting up an environment for development and testing. What is<br>> the the preferred way to install plugin from Git?<br>><br>> Best Regards,<br>><br>> Samu Heiskanen<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220119/f3246803/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Wed, 19 Jan 2022 20:26:16 -1000<br>From: Fridolin SOMERS <fridolin.somers@biblibre.com><br>To: koha-devel@lists.koha-community.org<br>Subject: Re: [Koha-devel] How to install Koha plugins for development<br>Message-ID: <853e178c-b94a-125f-9f36-d4bbcf04cabd@biblibre.com><br>Content-Type: text/plain; charset=UTF-8; format=flowed<br><br>Hi,<br><br>Plugins are great :D<br><br>Note that git repo must contain dirs Koha/Plugin/xxx<br><br>For example add <br><pluginsdir>/home/koha/plugins/koha-plugin-opac-matomo</pluginsdir> for <br>plugin https://github.com/biblibre/koha-plugin-opac-matomo<br><br>For some plugins you may have to patch to set version.<br>For example https://github.com/bywatersolutions/koha-plugin-coverflow<br>Replace in Koha/Plugin/Com/ByWaterSolutions/CoverFlow.pm :<br>   our $VERSION = "{VERSION}";<br><br>Don't forget to restart plack after each code change.<br>Re-run misc/devel/install_plugins.pl if you implement a new hook in your <br>plugin.<br><br>You may look at <br>https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink to see <br>examples of implemtation.<br><br>Best regards 🦄<br><br>Le 19/01/2022 à 11:18, Samu Heiskanen a écrit :<br>> <br>> Thanks, Michael!<br>> <br>> <br>> On Wed, 19 Jan 2022 13:37:28 -0700, "Michael Hafen (TECH)" <michael.hafen@washk12.org> wrote:<br>> <br>>> The way I do it is:<br>>> add a directory to the koha-conf.xml with a <pluginsdir> tag, that will be<br>>> where I `git clone` the plugins.<br>>> `git pull` as necessary, then<br>>> `koha-shell [instance] -c /usr/local/koha_source/misc/devel/<br>>> install_plugins.pl`<br>>><br>>> That's with the koha instance running from the koha_source directory in<br>>> dev_mode.<br>>><br>>><br>>> On Wed, Jan 19, 2022 at 12:30 PM Samu Heiskanen <samu.heiskanen@hypernova.fi><br>>> wrote:<br>>><br>>>> Hi,<br>>>><br>>>> I am a new Koha developer from windy and cold Finland. As new to the<br>>>> Koha-community, I'd like to wish all the best for everyone in the community.<br>>>><br>>>> I have a problem with installing Koha plugins. I tried to find guidelines<br>>>> how install plugin from Git-repository, but haven't found. I'm forking a<br>>>> plugin and setting up an environment for development and testing. What is<br>>>> the the preferred way to install plugin from Git?<br>>>><br>>>> Best Regards,<br>>>><br>>>> Samu Heiskanen<br>>>> _______________________________________________<br>>>> Koha-devel mailing list<br>>>> Koha-devel@lists.koha-community.org<br>>>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>>>> website : https://www.koha-community.org/<br>>>> git : https://git.koha-community.org/<br>>>> bugs : https://bugs.koha-community.org/<br>>>><br>>><br>>><br>>> -- <br>>> Michael Hafen<br>>> Washington County School District Technology Department<br>>> Systems Analyst<br>> <br>> <br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br><br>-- <br>Fridolin SOMERS <fridolin.somers@biblibre.com><br>Software and system maintainer 🦄<br>BibLibre, France<br><br><br>------------------------------<br><br>Message: 3<br>Date: Thu, 20 Jan 2022 09:18:35 +0100<br>From: Paul Poulain <paul.poulain@biblibre.com><br>To: koha-devel@lists.koha-community.org<br>Subject: Re: [Koha-devel] Staff interface redesign: Update<br>Message-ID: <04ba3823-2871-ea7f-da1c-8c5150a1af4a@biblibre.com><br>Content-Type: text/plain; charset=utf-8; format=flowed<br><br>Hi Cab,<br><br>Of course end users are more than welcomed ! I agree that we need not to <br>be too many, but a end user, that's a great idea ! I'll add you to our <br>next meeting invitation, you should get an email.<br><br>Le 19/01/2022 à 20:01, Cab Vinton a écrit :<br>> If there's a time that makes sense for end-users to chime in, let me know.<br>><br>> I know less is more at certain project stages. I'm sure there'll be<br>> interest among librarians to provide feedback when the timing's right.<br>><br>> All best,<br>><br>> Cab Vinton, Director<br>> Plaistow Public Library<br>> Plaistow, NH<br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br><br>-- <br>Paul Poulain, Associé-gérant / co-owner<br>BibLibre, Services en logiciels libres pour les bibliothèques<br>BibLibre, Open Source software and services for libraries<br><br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 194, Issue 15<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>