Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
I've submitted my WIP patch to bug 17704 for anyone to take over.

El mar., 15 may. 2018 a las 10:36, Tomas Cohen Arazi ()
escribió:

> Ere and all, it would be great if someone polished the 4.x branch for
> HTTP::OAI!
>
> El mar., 15 may. 2018 a las 10:35, Ere Maijala ()
> escribió:
>
>> Ok, thanks for the info. I was thinking about working on this, but I'll
>> steer clear for now. :)
>>
>> --Ere
>>
>> Tomas Cohen Arazi kirjoitti 15.5.2018 klo 16.32:
>> > Current HTTP::OAI release (4.06) doesn't implement the ->xslt method
>> > correctly. This has been fixed in master [1], but not released yet
>> > (thus, we cannot rely on that package). Plus, I didn't manage to make
>> it
>> > work either after tweaking it to match the use of the new API on the
>> > lib. Maybe I made a mistake on my try, but basically it seemed like
>> > GetRecord was using an incorrect use of the output driver. I didn't
>> have
>> > more time to debug it, and as the code is un-released and 3.27 works
>> for
>> > us...
>> >
>> > [1] https://github.com/LibreCat/perl-oai-lib/issues/4
>> >
>> > El mar., 15 may. 2018 a las 10:21, Ere Maijala (<
>> ere.maij...@helsinki.fi
>> > >) escribió:
>> >
>> > Hi,
>> >
>> > You mentioned in bug 20437 that HTTP::OAI needs patching to make it
>> > work. What's the actual issue?
>> >
>> > --Ere
>> >
>> >
>> > Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44:
>> >  > Hi, I've successfully built master packages with my patch
>> (forcing
>> >  > HTTP::OAI@3.x dependency)[1]. They also install with no issue in
>> >  > Stretch. Here's what you need to test yourself:
>> >  >
>> >  > https://cloud.theke.io/s/AyfTWpXt6R87epe
>> >  >
>> >  > Basically download everything somewhere and:
>> >  > $ vagrant up
>> >  > $ vagrant ssh
>> >  > v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc |
>> sudo
>> >  > apt-key add -
>> >  > v$ echo 'deb http://debian.koha-community.org/koha unstable
>> main'
>> > | sudo
>> >  > tee /etc/apt/sources.list.d/koha.list
>> >  > v$ apt update
>> >  > v$ sudo dpkg -i /vagrant/libhttp-*.deb
>> >  > v$ sudo apt -f install
>> >  > v$ sudo dpkg -i /vagrant/koha-deps*.deb
>> >  > v$ sudo apt -f install
>> >  > v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
>> >  > v$ sudo apt -f install
>> >  > v$ sudo dpkg -i /vagrant/koha-common*.deb
>> >  > v$ sudo apt -f install
>> >  >
>> >  > Voila.
>> >  >
>> >  > [1]
>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
>> >  > --
>> >  > Tomás Cohen Arazi
>> >  > Theke Solutions (https://theke.io )
>> >  > ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
>> 
>> >  > GPG: B2F3C15F
>> >  >
>> >  >
>> >  > ___
>> >  > Koha-devel mailing list
>> >  > Koha-devel@lists.koha-community.org
>> > 
>> >  >
>> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
>> >  > website : http://www.koha-community.org/
>> >  > git : http://git.koha-community.org/
>> >  > bugs : http://bugs.koha-community.org/
>> >  >
>> >
>> > --
>> > Ere Maijala
>> > Kansalliskirjasto / The National Library of Finland
>> > ___
>> > Koha-devel mailing list
>> > Koha-devel@lists.koha-community.org
>> > 
>> > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
>> > website : http://www.koha-community.org/
>> > git : http://git.koha-community.org/
>> > bugs : http://bugs.koha-community.org/
>> >
>> > --
>> > Tomás Cohen Arazi
>> > Theke Solutions (https://theke.io )
>> >
>> > ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
>> 
>> > GPG: B2F3C15F
>>
>> --
>> Ere Maijala
>> Kansalliskirjasto / The National Library of Finland
>>
> --
> Tomás Cohen Arazi
> Theke Solutions (https://theke.io )
> ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
> GPG: B2F3C15F
>
-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io )
✆ +54 9351 3513384
GPG: B2F3C15F
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-devel] Documentation Sprint!

2018-05-15 Thread Lee Jamison
Hello all, as you know the May 22nd release is fast approaching so to
prepare for the release I'll be spearheading a documentation sprint.

The order of priority (from top priority down) is as follows:

*- New features*
*- Enhancements*
*- Everything else*

Any questions or comments can be directed to me and I'll be happy to
address them

Thank you!
-- 
Lee Jamison
Automated Library Technician
Marywood University
570-961-4586
ldjami...@marywood.edu
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
Ere and all, it would be great if someone polished the 4.x branch for
HTTP::OAI!

El mar., 15 may. 2018 a las 10:35, Ere Maijala ()
escribió:

> Ok, thanks for the info. I was thinking about working on this, but I'll
> steer clear for now. :)
>
> --Ere
>
> Tomas Cohen Arazi kirjoitti 15.5.2018 klo 16.32:
> > Current HTTP::OAI release (4.06) doesn't implement the ->xslt method
> > correctly. This has been fixed in master [1], but not released yet
> > (thus, we cannot rely on that package). Plus, I didn't manage to make it
> > work either after tweaking it to match the use of the new API on the
> > lib. Maybe I made a mistake on my try, but basically it seemed like
> > GetRecord was using an incorrect use of the output driver. I didn't have
> > more time to debug it, and as the code is un-released and 3.27 works for
> > us...
> >
> > [1] https://github.com/LibreCat/perl-oai-lib/issues/4
> >
> > El mar., 15 may. 2018 a las 10:21, Ere Maijala ( > >) escribió:
> >
> > Hi,
> >
> > You mentioned in bug 20437 that HTTP::OAI needs patching to make it
> > work. What's the actual issue?
> >
> > --Ere
> >
> >
> > Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44:
> >  > Hi, I've successfully built master packages with my patch (forcing
> >  > HTTP::OAI@3.x dependency)[1]. They also install with no issue in
> >  > Stretch. Here's what you need to test yourself:
> >  >
> >  > https://cloud.theke.io/s/AyfTWpXt6R87epe
> >  >
> >  > Basically download everything somewhere and:
> >  > $ vagrant up
> >  > $ vagrant ssh
> >  > v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc |
> sudo
> >  > apt-key add -
> >  > v$ echo 'deb http://debian.koha-community.org/koha unstable main'
> > | sudo
> >  > tee /etc/apt/sources.list.d/koha.list
> >  > v$ apt update
> >  > v$ sudo dpkg -i /vagrant/libhttp-*.deb
> >  > v$ sudo apt -f install
> >  > v$ sudo dpkg -i /vagrant/koha-deps*.deb
> >  > v$ sudo apt -f install
> >  > v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
> >  > v$ sudo apt -f install
> >  > v$ sudo dpkg -i /vagrant/koha-common*.deb
> >  > v$ sudo apt -f install
> >  >
> >  > Voila.
> >  >
> >  > [1]
> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
> >  > --
> >  > Tomás Cohen Arazi
> >  > Theke Solutions (https://theke.io )
> >  > ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
> 
> >  > GPG: B2F3C15F
> >  >
> >  >
> >  > ___
> >  > Koha-devel mailing list
> >  > Koha-devel@lists.koha-community.org
> > 
> >  >
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> >  > website : http://www.koha-community.org/
> >  > git : http://git.koha-community.org/
> >  > bugs : http://bugs.koha-community.org/
> >  >
> >
> > --
> > Ere Maijala
> > Kansalliskirjasto / The National Library of Finland
> > ___
> > Koha-devel mailing list
> > Koha-devel@lists.koha-community.org
> > 
> > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> > website : http://www.koha-community.org/
> > git : http://git.koha-community.org/
> > bugs : http://bugs.koha-community.org/
> >
> > --
> > Tomás Cohen Arazi
> > Theke Solutions (https://theke.io )
> >
> > ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
> 
> > GPG: B2F3C15F
>
> --
> Ere Maijala
> Kansalliskirjasto / The National Library of Finland
>
-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io )
✆ +54 9351 3513384
GPG: B2F3C15F
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Ere Maijala
Ok, thanks for the info. I was thinking about working on this, but I'll 
steer clear for now. :)


--Ere

Tomas Cohen Arazi kirjoitti 15.5.2018 klo 16.32:
Current HTTP::OAI release (4.06) doesn't implement the ->xslt method 
correctly. This has been fixed in master [1], but not released yet 
(thus, we cannot rely on that package). Plus, I didn't manage to make it 
work either after tweaking it to match the use of the new API on the 
lib. Maybe I made a mistake on my try, but basically it seemed like 
GetRecord was using an incorrect use of the output driver. I didn't have 
more time to debug it, and as the code is un-released and 3.27 works for 
us...


[1] https://github.com/LibreCat/perl-oai-lib/issues/4

El mar., 15 may. 2018 a las 10:21, Ere Maijala (>) escribió:


Hi,

You mentioned in bug 20437 that HTTP::OAI needs patching to make it
work. What's the actual issue?

--Ere


Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44:
 > Hi, I've successfully built master packages with my patch (forcing
 > HTTP::OAI@3.x dependency)[1]. They also install with no issue in
 > Stretch. Here's what you need to test yourself:
 >
 > https://cloud.theke.io/s/AyfTWpXt6R87epe
 >
 > Basically download everything somewhere and:
 > $ vagrant up
 > $ vagrant ssh
 > v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo
 > apt-key add -
 > v$ echo 'deb http://debian.koha-community.org/koha unstable main'
| sudo
 > tee /etc/apt/sources.list.d/koha.list
 > v$ apt update
 > v$ sudo dpkg -i /vagrant/libhttp-*.deb
 > v$ sudo apt -f install
 > v$ sudo dpkg -i /vagrant/koha-deps*.deb
 > v$ sudo apt -f install
 > v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
 > v$ sudo apt -f install
 > v$ sudo dpkg -i /vagrant/koha-common*.deb
 > v$ sudo apt -f install
 >
 > Voila.
 >
 > [1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
 > --
 > Tomás Cohen Arazi
 > Theke Solutions (https://theke.io )
 > ✆ +54 9351 3513384 
 > GPG: B2F3C15F
 >
 >
 > ___
 > Koha-devel mailing list
 > Koha-devel@lists.koha-community.org

 > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
 > website : http://www.koha-community.org/
 > git : http://git.koha-community.org/
 > bugs : http://bugs.koha-community.org/
 >

-- 
Ere Maijala

Kansalliskirjasto / The National Library of Finland
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org

http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

--
Tomás Cohen Arazi
Theke Solutions (https://theke.io )

✆ +54 9351 3513384 
GPG: B2F3C15F


--
Ere Maijala
Kansalliskirjasto / The National Library of Finland
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Jonathan Druart
See bug 17704

On Tue, 15 May 2018 at 10:20 Ere Maijala  wrote:

> Hi,
>
> You mentioned in bug 20437 that HTTP::OAI needs patching to make it
> work. What's the actual issue?
>
> --Ere
>
>
> Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44:
> > Hi, I've successfully built master packages with my patch (forcing
> > HTTP::OAI@3.x dependency)[1]. They also install with no issue in
> > Stretch. Here's what you need to test yourself:
> >
> > https://cloud.theke.io/s/AyfTWpXt6R87epe
> >
> > Basically download everything somewhere and:
> > $ vagrant up
> > $ vagrant ssh
> > v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo
> > apt-key add -
> > v$ echo 'deb http://debian.koha-community.org/koha unstable main' |
> sudo
> > tee /etc/apt/sources.list.d/koha.list
> > v$ apt update
> > v$ sudo dpkg -i /vagrant/libhttp-*.deb
> > v$ sudo apt -f install
> > v$ sudo dpkg -i /vagrant/koha-deps*.deb
> > v$ sudo apt -f install
> > v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
> > v$ sudo apt -f install
> > v$ sudo dpkg -i /vagrant/koha-common*.deb
> > v$ sudo apt -f install
> >
> > Voila.
> >
> > [1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
> > --
> > Tomás Cohen Arazi
> > Theke Solutions (https://theke.io )
> > ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
> > GPG: B2F3C15F
> >
> >
> > ___
> > Koha-devel mailing list
> > Koha-devel@lists.koha-community.org
> > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> > website : http://www.koha-community.org/
> > git : http://git.koha-community.org/
> > bugs : http://bugs.koha-community.org/
> >
>
> --
> Ere Maijala
> Kansalliskirjasto / The National Library of Finland
> ___
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
Current HTTP::OAI release (4.06) doesn't implement the ->xslt method
correctly. This has been fixed in master [1], but not released yet (thus,
we cannot rely on that package). Plus, I didn't manage to make it work
either after tweaking it to match the use of the new API on the lib. Maybe
I made a mistake on my try, but basically it seemed like GetRecord was
using an incorrect use of the output driver. I didn't have more time to
debug it, and as the code is un-released and 3.27 works for us...

[1] https://github.com/LibreCat/perl-oai-lib/issues/4

El mar., 15 may. 2018 a las 10:21, Ere Maijala ()
escribió:

> Hi,
>
> You mentioned in bug 20437 that HTTP::OAI needs patching to make it
> work. What's the actual issue?
>
> --Ere
>
>
> Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44:
> > Hi, I've successfully built master packages with my patch (forcing
> > HTTP::OAI@3.x dependency)[1]. They also install with no issue in
> > Stretch. Here's what you need to test yourself:
> >
> > https://cloud.theke.io/s/AyfTWpXt6R87epe
> >
> > Basically download everything somewhere and:
> > $ vagrant up
> > $ vagrant ssh
> > v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo
> > apt-key add -
> > v$ echo 'deb http://debian.koha-community.org/koha unstable main' |
> sudo
> > tee /etc/apt/sources.list.d/koha.list
> > v$ apt update
> > v$ sudo dpkg -i /vagrant/libhttp-*.deb
> > v$ sudo apt -f install
> > v$ sudo dpkg -i /vagrant/koha-deps*.deb
> > v$ sudo apt -f install
> > v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
> > v$ sudo apt -f install
> > v$ sudo dpkg -i /vagrant/koha-common*.deb
> > v$ sudo apt -f install
> >
> > Voila.
> >
> > [1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
> > --
> > Tomás Cohen Arazi
> > Theke Solutions (https://theke.io )
> > ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
> > GPG: B2F3C15F
> >
> >
> > ___
> > Koha-devel mailing list
> > Koha-devel@lists.koha-community.org
> > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> > website : http://www.koha-community.org/
> > git : http://git.koha-community.org/
> > bugs : http://bugs.koha-community.org/
> >
>
> --
> Ere Maijala
> Kansalliskirjasto / The National Library of Finland
> ___
> Koha-devel mailing list
> Koha-devel@lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/

-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io )

✆ +54 9351 3513384 <+54%209%20351%20351-3384>
GPG: B2F3C15F
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Ere Maijala

Hi,

You mentioned in bug 20437 that HTTP::OAI needs patching to make it 
work. What's the actual issue?


--Ere


Tomas Cohen Arazi kirjoitti 15.5.2018 klo 15.44:
Hi, I've successfully built master packages with my patch (forcing 
HTTP::OAI@3.x dependency)[1]. They also install with no issue in 
Stretch. Here's what you need to test yourself:


https://cloud.theke.io/s/AyfTWpXt6R87epe

Basically download everything somewhere and:
$ vagrant up
$ vagrant ssh
v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo 
apt-key add -
v$ echo 'deb http://debian.koha-community.org/koha unstable main' | sudo 
tee /etc/apt/sources.list.d/koha.list

v$ apt update
v$ sudo dpkg -i /vagrant/libhttp-*.deb
v$ sudo apt -f install
v$ sudo dpkg -i /vagrant/koha-deps*.deb
v$ sudo apt -f install
v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
v$ sudo apt -f install
v$ sudo dpkg -i /vagrant/koha-common*.deb
v$ sudo apt -f install

Voila.

[1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
--
Tomás Cohen Arazi
Theke Solutions (https://theke.io )
✆ +54 9351 3513384
GPG: B2F3C15F


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



--
Ere Maijala
Kansalliskirjasto / The National Library of Finland
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
For the record, I used this to build the packages:

https://gitlab.com/tomascohen/koha-dpkg-docker

with a tweaked base_stretch.tgz file that includes libhttp-oai-perl 3.27
(otherwise the build fails due to unsolvable deps).

Regards


El mar., 15 may. 2018 a las 9:44, Tomas Cohen Arazi ()
escribió:

> Hi, I've successfully built master packages with my patch (forcing
> HTTP::OAI@3.x dependency)[1]. They also install with no issue in Stretch.
> Here's what you need to test yourself:
>
> https://cloud.theke.io/s/AyfTWpXt6R87epe
>
> Basically download everything somewhere and:
> $ vagrant up
> $ vagrant ssh
> v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo
> apt-key add -
> v$ echo 'deb http://debian.koha-community.org/koha unstable main' | sudo
> tee /etc/apt/sources.list.d/koha.list
> v$ apt update
> v$ sudo dpkg -i /vagrant/libhttp-*.deb
> v$ sudo apt -f install
> v$ sudo dpkg -i /vagrant/koha-deps*.deb
> v$ sudo apt -f install
> v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
> v$ sudo apt -f install
> v$ sudo dpkg -i /vagrant/koha-common*.deb
> v$ sudo apt -f install
>
> Voila.
>
> [1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
> --
> Tomás Cohen Arazi
> Theke Solutions (https://theke.io )
> ✆ +54 9351 3513384 <+54%209%20351%20351-3384>
> GPG: B2F3C15F
>
-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io )
✆ +54 9351 3513384
GPG: B2F3C15F
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-devel] HTTP::OAI

2018-05-15 Thread Tomas Cohen Arazi
Hi, I've successfully built master packages with my patch (forcing
HTTP::OAI@3.x dependency)[1]. They also install with no issue in Stretch.
Here's what you need to test yourself:

https://cloud.theke.io/s/AyfTWpXt6R87epe

Basically download everything somewhere and:
$ vagrant up
$ vagrant ssh
v$ wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo
apt-key add -
v$ echo 'deb http://debian.koha-community.org/koha unstable main' | sudo
tee /etc/apt/sources.list.d/koha.list
v$ apt update
v$ sudo dpkg -i /vagrant/libhttp-*.deb
v$ sudo apt -f install
v$ sudo dpkg -i /vagrant/koha-deps*.deb
v$ sudo apt -f install
v$ sudo dpkg -i /vagrant/koha-perldeps*.deb
v$ sudo apt -f install
v$ sudo dpkg -i /vagrant/koha-common*.deb
v$ sudo apt -f install

Voila.

[1] https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20437
-- 
Tomás Cohen Arazi
Theke Solutions (https://theke.io )
✆ +54 9351 3513384
GPG: B2F3C15F
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Re: [Koha-devel] Turn Koha into a Mojolicious application

2018-05-15 Thread Julian Maurice
Hi,

Just a little reminder: the Framavox vote will close in 24 hours. Almost
everyone agreed to the proposal. If you want to add your opinion, you
can still do it. I can extend the deadline if necessary.

Le 16/04/2018 à 15:32, Julian Maurice a écrit :
> Hi all,
> 
> I've been playing with Mojolicious recently and I thought it would be
> great if Koha was a Mojolicious application (like the REST API already
> is). Some pros:
> - Easier deployment
> - Testable CGI scripts (Test::Mojo)
> - All Mojolicious features (routing, commands, plugins, ...)
> - Koha already uses Mojolicious, so there's no new dependency.
> 
> I wrote a POC here :
> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582
> 
> I'd like to gather opinions on it, and for that I want to try something new.
> I created a "Koha" group on framavox.org, an instance of Loomio (a free
> software designed to make decisions).
> In this group there is a discussion named "Bug 20582 - Turn Koha into a
> Mojolicious application" where you can add comments.
> And in this discussion there is a proposal where you can vote (Agree,
> Abstain, Disagree, Block) and add a reason for your vote
> 
> Group link : https://framavox.org/g/iAKeRC8Q/koha
> Discussion link :
> https://framavox.org/d/tTGf0Bzd/bug-20582-turn-koha-into-a-mojolicious-application
> 
> To keep things clean, please
> - use the framavox group to discuss about the idea of turning Koha into
> a Mojolicious app (not the implementation)
> - use the bug report to discuss about the implementation
> - reply to this mail for anything else (feedback about framavox.org for
> instance)
> 
> Thanks
> 

-- 
Julian Maurice 
BibLibre
___
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

[Koha-devel] Reminder: General IRC meeting 16 May 2018 / 18.11 Elections

2018-05-15 Thread Katrin Fischer

Hi all,

there is a General IRC Meeting scheduled soon to hold the elections for 
the 18.11 release team:


Agenda:

https://wiki.koha-community.org/wiki/General_IRC_meeting_16_May_2018#Agenda

Time and date:

https://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+General+IRC+Meeting=20180516T1300

At the moment almost all roles have candidates, with the exception of 
one important role, the 18.05 release maintainer. Please consider 
putting your name on the wiki page if you are interested to fill the role!


https://wiki.koha-community.org/wiki/Roles_for_18.11

Hope to see you there!

Katrin


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