https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39740
--- Comment #9 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #8) > Just curious about this statement in the KTD repo btw: > > Set some mandatory environment variables: > > > echo "export PROJECTS_DIR=$PROJECTS_DIR" >> ~/.bashrc > echo 'export SYNC_REPO=$PROJECTS_DIR/koha' >> ~/.bashrc > echo 'export KTD_HOME=$PROJECTS_DIR/koha-testing-docker' >> ~/.bashrc > echo 'export PATH=$PATH:$KTD_HOME/bin' >> ~/.bashrc > echo 'export LOCAL_USER_ID=$(id -u)' >> ~/.bashrc Yes, on the host. This is to make the `ktd` script working on the host, to startup the container. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
