https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25510 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (In reply to Victor Grousset/tuxayo from comment #6)
IIUC from various IRC discussions, the cleanest[1] way to test package install patches while being simple[1] enough to be less likely to messed things up is:
- apply comment 4 - make packages with https://hub.docker.com/r/koha/koha-dpkg - spin a standard Debian (9?) however one wants (container, VM, VPS) - install the packages following https://wiki.koha-community.org/wiki/Koha_on_Debian
[1] for someone without experience with building packages and installing Koha from them
That's mostly correct, although "install the packages" would need to use either "apt install ./koha-common<blahblah>" or "dpkg -i koha-common<blahblah>" For making packages, I use my own Docker image (https://gitlab.com/minusdavid/koha-deb-builder-docker), but I imagine there's community support for https://hub.docker.com/r/koha/koha-dpkg, so that's probably better for someone without experience. -- You are receiving this mail because: You are watching all bug changes.