Skip to content

Add the git and bash aliases from kohadevbox

Kyle M Hall requested to merge kylemhall/koha-testing-docker:master into master

Everything works except the bash aliases that use mysql. Since kohadevbox has mysql installed locally, and koha-testing-docker does not, we get socket not found errors. Some uses of the mysql client could be replaced with koha-mysql, but not all ( for example, the 'dbic' alias. Not sure what the best solution would be.

Merge request reports