A new request with request id 13004 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :

Title : Koha-devel Digest, Vol 194, Issue 15
Category :
Description :
Send Koha-devel mailing list submissions to
    koha-devel@lists.koha-community.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
    koha-devel-request@lists.koha-community.org

You can reach the person managing the list at
    koha-devel-owner@lists.koha-community.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."


Today's Topics:

1. Re: How to install Koha plugins for development
(Tomas Cohen Arazi)
2. Re: How to install Koha plugins for development (Fridolin SOMERS)
3. Re: Staff interface redesign: Update (Paul Poulain)


----------------------------------------------------------------------

Message: 1
Date: Wed, 19 Jan 2022 21:57:55 -0300
From: Tomas Cohen Arazi <tomascohen@gmail.com>
To: Samu Heiskanen <samu.heiskanen@hypernova.fi>
Cc: koha-devel <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] How to install Koha plugins for development
Message-ID:
    <CABZfb=VUrTZBkmeV3Phz2dPwXsVBOYuJXdDQzNFaCRoGOZTyhw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

You should use koha-testing-docker, there's an alias specifically for that.
Once you use it, the instructions Michael have you are similar!

El mié., 19 ene. 2022 16:31, Samu Heiskanen <samu.heiskanen@hypernova.fi>
escribió:

> Hi,
>
> I am a new Koha developer from windy and cold Finland. As new to the
> Koha-community, I'd like to wish all the best for everyone in the community.
>
> I have a problem with installing Koha plugins. I tried to find guidelines
> how install plugin from Git-repository, but haven't found. I'm forking a
> plugin and setting up an environment for development and testing. What is
> the the preferred way to install plugin from Git?
>
> Best Regards,
>
> Samu Heiskanen
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220119/f3246803/attachment-0001.htm>

------------------------------

Message: 2
Date: Wed, 19 Jan 2022 20:26:16 -1000
From: Fridolin SOMERS <fridolin.somers@biblibre.com>
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] How to install Koha plugins for development
Message-ID: <853e178c-b94a-125f-9f36-d4bbcf04cabd@biblibre.com>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi,

Plugins are great :D

Note that git repo must contain dirs Koha/Plugin/xxx

For example add
<pluginsdir>/home/koha/plugins/koha-plugin-opac-matomo</pluginsdir> for
plugin https://github.com/biblibre/koha-plugin-opac-matomo

For some plugins you may have to patch to set version.
For example https://github.com/bywatersolutions/koha-plugin-coverflow
Replace in Koha/Plugin/Com/ByWaterSolutions/CoverFlow.pm :
our $VERSION = "{VERSION}";

Don't forget to restart plack after each code change.
Re-run misc/devel/install_plugins.pl if you implement a new hook in your
plugin.

You may look at
https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink to see
examples of implemtation.

Best regards 🦄

Le 19/01/2022 à 11:18, Samu Heiskanen a écrit :
>
> Thanks, Michael!
>
>
> On Wed, 19 Jan 2022 13:37:28 -0700, "Michael Hafen (TECH)" <michael.hafen@washk12.org> wrote:
>
>> The way I do it is:
>> add a directory to the koha-conf.xml with a <pluginsdir> tag, that will be
>> where I `git clone` the plugins.
>> `git pull` as necessary, then
>> `koha-shell [instance] -c /usr/local/koha_source/misc/devel/
>> install_plugins.pl`
>>
>> That's with the koha instance running from the koha_source directory in
>> dev_mode.
>>
>>
>> On Wed, Jan 19, 2022 at 12:30 PM Samu Heiskanen <samu.heiskanen@hypernova.fi>
>> wrote:
>>
>>> Hi,
>>>
>>> I am a new Koha developer from windy and cold Finland. As new to the
>>> Koha-community, I'd like to wish all the best for everyone in the community.
>>>
>>> I have a problem with installing Koha plugins. I tried to find guidelines
>>> how install plugin from Git-repository, but haven't found. I'm forking a
>>> plugin and setting up an environment for development and testing. What is
>>> the the preferred way to install plugin from Git?
>>>
>>> Best Regards,
>>>
>>> Samu Heiskanen
>>> _______________________________________________
>>> Koha-devel mailing list
>>> Koha-devel@lists.koha-community.org
>>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
>>> website : https://www.koha-community.org/
>>> git : https://git.koha-community.org/
>>> bugs : https://bugs.koha-community.org/
>>>
>>
>>
>> --
>> Michael Hafen
>> Washington County School District Technology Department
>> Systems Analyst
>
>
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/

--
Fridolin SOMERS <fridolin.somers@biblibre.com>
Software and system maintainer 🦄
BibLibre, France


------------------------------

Message: 3
Date: Thu, 20 Jan 2022 09:18:35 +0100
From: Paul Poulain <paul.poulain@biblibre.com>
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] Staff interface redesign: Update
Message-ID: <04ba3823-2871-ea7f-da1c-8c5150a1af4a@biblibre.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi Cab,

Of course end users are more than welcomed ! I agree that we need not to
be too many, but a end user, that's a great idea ! I'll add you to our
next meeting invitation, you should get an email.

Le 19/01/2022 à 20:01, Cab Vinton a écrit :
> If there's a time that makes sense for end-users to chime in, let me know.
>
> I know less is more at certain project stages. I'm sure there'll be
> interest among librarians to provide feedback when the timing's right.
>
> All best,
>
> Cab Vinton, Director
> Plaistow Public Library
> Plaistow, NH
> _______________________________________________
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : https://www.koha-community.org/
> git : https://git.koha-community.org/
> bugs : https://bugs.koha-community.org/

--
Paul Poulain, Associé-gérant / co-owner
BibLibre, Services en logiciels libres pour les bibliothèques
BibLibre, Open Source software and services for libraries



------------------------------

Subject: Digest Footer

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/


------------------------------

End of Koha-devel Digest, Vol 194, Issue 15
*******************************************


NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.