https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39277
--- Comment #2 from David Cook <[email protected]> --- (In reply to David Cook from comment #1) > In that case, you can use the "koha-core" package, which just installs the > Koha app and its system utilities and client libraries. > > Docker was one of the things I was thinking of when I first proposed the > "koha-core" package. > > We probably haven't updated koha-common to depend on koha-core because it > would cause issues when using "apt-get install koha-common"... Looking at debian/control again... I'm not 100% sure why we included "rabbitmq-server" in koha-common. Maybe because we needed the "rabbitmq-plugins enable rabbitmq_stomp" and we were considering vhosts at one point. I think we wanted it to "just work". Maybe we should update the docs to something like "apt-get install koha-core apache2 apache2-mpm-itk idzebra-2.0 memcached mysql-server rabbitmq-server" instead of "apt-get install koha-common"? Then we could add notes saying that people can choose to put memcached, mysql-server, rabbitmq-server on a different server? Or drop rabbitmq-server all together if they want? I'm not sure. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
