Error with installing koha with docker
Hi I am trying to install Koha with docker on a Ubuntu 22.04 machine I have followed the instructions at https://gitlab.com/koha-community/koha-testing-docker/-/tree/master but the "ktd up" command gives me an error, and Koha fails to run. Could someone please give me some advice ? The error : koha-koha-1 | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2 The git repo for koha testing docker is downloaded in a /home/msaby/projets/koha-testing-docker my ~/.bashrc contains : export PROJECTS_DIR=/home/msaby/projets export SYNC_REPO=$PROJECTS_DIR/koha export KTD_HOME=$PROJECTS_DIR/koha-testing-docker export PATH=$PATH:$KTD_HOME/bin export LOCAL_USER_ID=$(id -u) Regards, -- Mathieu Saby
Are you sure variables have been picked? El dom, 6 nov 2022 12:56, Mathieu Saby <mathsabypro@gmail.com> escribió:
Hi I am trying to install Koha with docker on a Ubuntu 22.04 machine I have followed the instructions at https://gitlab.com/koha-community/koha-testing-docker/-/tree/master but the "ktd up" command gives me an error, and Koha fails to run. Could someone please give me some advice ?
The error : koha-koha-1 | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2
The git repo for koha testing docker is downloaded in a /home/msaby/projets/koha-testing-docker
my ~/.bashrc contains :
export PROJECTS_DIR=/home/msaby/projets export SYNC_REPO=$PROJECTS_DIR/koha export KTD_HOME=$PROJECTS_DIR/koha-testing-docker export PATH=$PATH:$KTD_HOME/bin export LOCAL_USER_ID=$(id -u)
Regards,
-- Mathieu Saby _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Matthieu, List the content of $SYNC_REPO. Do you see Koha root directory content? Le dim. 6 nov. 2022 à 16:55, Mathieu Saby <mathsabypro@gmail.com> a écrit :
Hi I am trying to install Koha with docker on a Ubuntu 22.04 machine I have followed the instructions at https://gitlab.com/koha-community/koha-testing-docker/-/tree/master but the "ktd up" command gives me an error, and Koha fails to run. Could someone please give me some advice ?
The error : koha-koha-1 | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2
The git repo for koha testing docker is downloaded in a /home/msaby/projets/koha-testing-docker
my ~/.bashrc contains :
export PROJECTS_DIR=/home/msaby/projets export SYNC_REPO=$PROJECTS_DIR/koha export KTD_HOME=$PROJECTS_DIR/koha-testing-docker export PATH=$PATH:$KTD_HOME/bin export LOCAL_USER_ID=$(id -u)
Regards,
-- Mathieu Saby _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi Jonathan $PROJECTS_DIR/koha = /home/msaby/projets/koha The directory exists, but is empty Mathieu Le lun. 7 nov. 2022 à 08:00, Jonathan Druart < jonathan.druart@bugs.koha-community.org> a écrit :
Hi Matthieu, List the content of $SYNC_REPO. Do you see Koha root directory content?
Le dim. 6 nov. 2022 à 16:55, Mathieu Saby <mathsabypro@gmail.com> a écrit :
Hi I am trying to install Koha with docker on a Ubuntu 22.04 machine I have followed the instructions at https://gitlab.com/koha-community/koha-testing-docker/-/tree/master but the "ktd up" command gives me an error, and Koha fails to run. Could someone please give me some advice ?
The error : koha-koha-1 | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2
The git repo for koha testing docker is downloaded in a /home/msaby/projets/koha-testing-docker
my ~/.bashrc contains :
export PROJECTS_DIR=/home/msaby/projets export SYNC_REPO=$PROJECTS_DIR/koha export KTD_HOME=$PROJECTS_DIR/koha-testing-docker export PATH=$PATH:$KTD_HOME/bin export LOCAL_USER_ID=$(id -u)
Regards,
-- Mathieu Saby _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Mathieu Saby
SYNC_REPO must point to Koha src. Have a look at ktd's readme if you haven't yet Le lun. 7 nov. 2022 à 17:34, Mathieu Saby <mathsabypro@gmail.com> a écrit :
Hi Jonathan
$PROJECTS_DIR/koha = /home/msaby/projets/koha The directory exists, but is empty
Mathieu
Le lun. 7 nov. 2022 à 08:00, Jonathan Druart < jonathan.druart@bugs.koha-community.org> a écrit :
Hi Matthieu, List the content of $SYNC_REPO. Do you see Koha root directory content?
Le dim. 6 nov. 2022 à 16:55, Mathieu Saby <mathsabypro@gmail.com> a écrit :
Hi I am trying to install Koha with docker on a Ubuntu 22.04 machine I have followed the instructions at https://gitlab.com/koha-community/koha-testing-docker/-/tree/master but the "ktd up" command gives me an error, and Koha fails to run. Could someone please give me some advice ?
The error : koha-koha-1 | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2
The git repo for koha testing docker is downloaded in a /home/msaby/projets/koha-testing-docker
my ~/.bashrc contains :
export PROJECTS_DIR=/home/msaby/projets export SYNC_REPO=$PROJECTS_DIR/koha export KTD_HOME=$PROJECTS_DIR/koha-testing-docker export PATH=$PATH:$KTD_HOME/bin export LOCAL_USER_ID=$(id -u)
Regards,
-- Mathieu Saby _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Mathieu Saby
What Jonathan said, it must be a clone of the Koha repository. The instructions are designed so you just copy and paste them. Best regards El lun, 7 nov 2022 a las 14:06, Jonathan Druart (< jonathan.druart@bugs.koha-community.org>) escribió:
SYNC_REPO must point to Koha src. Have a look at ktd's readme if you haven't yet
Le lun. 7 nov. 2022 à 17:34, Mathieu Saby <mathsabypro@gmail.com> a écrit :
Hi Jonathan
$PROJECTS_DIR/koha = /home/msaby/projets/koha The directory exists, but is empty
Mathieu
Le lun. 7 nov. 2022 à 08:00, Jonathan Druart < jonathan.druart@bugs.koha-community.org> a écrit :
Hi Matthieu, List the content of $SYNC_REPO. Do you see Koha root directory content?
Le dim. 6 nov. 2022 à 16:55, Mathieu Saby <mathsabypro@gmail.com> a écrit :
Hi I am trying to install Koha with docker on a Ubuntu 22.04 machine I have followed the instructions at https://gitlab.com/koha-community/koha-testing-docker/-/tree/master but the "ktd up" command gives me an error, and Koha fails to run. Could someone please give me some advice ?
The error : koha-koha-1 | Cannnot open file No such file or directory at /kohadevbox/misc4dev/cp_debian_files.pl line 35. koha-koha-1 exited with code 2
The git repo for koha testing docker is downloaded in a /home/msaby/projets/koha-testing-docker
my ~/.bashrc contains :
export PROJECTS_DIR=/home/msaby/projets export SYNC_REPO=$PROJECTS_DIR/koha export KTD_HOME=$PROJECTS_DIR/koha-testing-docker export PATH=$PATH:$KTD_HOME/bin export LOCAL_USER_ID=$(id -u)
Regards,
-- Mathieu Saby _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Mathieu Saby
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
participants (3)
-
Jonathan Druart -
Mathieu Saby -
Tomas Cohen Arazi