Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-27 Thread Brendan Gallagher
Thanks Tomas - I have started to test this and play around with it. Are others finding the time to do that as well? Great stuff here and really important for all of us. Please share your thoughts and comments with us all. We are getting closer to 3.22 and it looks like we're going to finally b

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-25 Thread Tomas Cohen Arazi
2015-09-23 6:57 GMT-03:00 Jonathan Druart < jonathan.dru...@bugs.koha-community.org>: > It works perfectly with a Jessie host. > Note that I am using vagrant 1.6.5 and ansible 1.7.2. > > Some questions: > 1/ > $ export SYNC_REPO=/home/katrina/kohaclone > Why this variable is not in the vars/user.y

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-25 Thread Tomas Cohen Arazi
2015-09-23 7:58 GMT-03:00 Jonathan Druart < jonathan.dru...@bugs.koha-community.org>: > Just realized that vars/user.yml is not used (default values are). > It certainly comes from site.yml which has: > 9 - vars/defaults.yml > 10 # - vars/user.yml > Thanks, I've just fixed it. --

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-24 Thread Tomas Cohen Arazi
2015-09-23 6:57 GMT-03:00 Jonathan Druart < jonathan.dru...@bugs.koha-community.org>: > It works perfectly with a Jessie host. > Note that I am using vagrant 1.6.5 and ansible 1.7.2. > > Some questions: > 1/ > $ export SYNC_REPO=/home/katrina/kohaclone > Why this variable is not in the vars/user.y

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-23 Thread Jonathan Druart
Just realized that vars/user.yml is not used (default values are). It certainly comes from site.yml which has: 9 - vars/defaults.yml 10 # - vars/user.yml 2015-09-21 15:22 GMT+01:00 Tomas Cohen Arazi : > Hi everyone, I hope you had a great weekend :-D > > We have pushed a new branch

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-23 Thread Jonathan Druart
Forget that, this is not needed. We have koha-mysql 2015-09-23 11:01 GMT+01:00 Jonathan Druart : > [TODO LATER] > It would be great to fill ~/.my.cnf with > [client] > user=$db_user > password=$db_pwd > host=$db_host > > [mysql] > default-character-set=utf8 > > 2015-09-23 10:57 GMT+01:00 Jonathan

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-23 Thread Jonathan Druart
[TODO LATER] It would be great to fill ~/.my.cnf with [client] user=$db_user password=$db_pwd host=$db_host [mysql] default-character-set=utf8 2015-09-23 10:57 GMT+01:00 Jonathan Druart : > It works perfectly with a Jessie host. > Note that I am using vagrant 1.6.5 and ansible 1.7.2. > > Some que

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-23 Thread Jonathan Druart
It works perfectly with a Jessie host. Note that I am using vagrant 1.6.5 and ansible 1.7.2. Some questions: 1/ > $ export SYNC_REPO=/home/katrina/kohaclone Why this variable is not in the vars/user.yml file? The process explodes if not defined: TASK: [kohadevbox | Gitify the Koha instance] **

Re: [Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-21 Thread long_sam.tw
Dear Tomas,  Do you have koha docker (https://www.docker.com/) project ?  kohadevbox image is too big.  BR,  longshan  Tomas Cohen Arazi 於 2015/9/21 (週一) 10:23 PM 寫道﹕ Hi everyone, I hope you had a great weekend :-D We have pushed a new branch to the kohadevbox repository. The branch

[Koha-devel] Kohadevbox for testing Packages+Plack

2015-09-21 Thread Tomas Cohen Arazi
Hi everyone, I hope you had a great weekend :-D We have pushed a new branch to the kohadevbox repository. The branch is called 'ansible' and relies on that tool (Ansible) to load a full packages environment, suitable for testing Plack on packages. I already use it for my RM duties, daily. To try/