https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41032
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Nind <[email protected]> --- I think I've figured out the file to change in Koha to update the repository information: debian/templates/koha-conf-site.xml.in However, I'm not sure how to get these changes to take effect when using koha-testing-docker. 1. A reset_all or shutting down KTD and starting it up again with a patch applied don't update KTD's /etc/koha/sites/kohadev/koha-conf.xml 2. When Solutions inLibro was added in bug 33776, debian/templates/koha-conf-site.xml.in was the only file changed. 3. So, I think for testing purposes, you need to manually update /etc/koha/sites/kohadev/koha-conf.xml and restart everything. 4. To fix KTD, I think I need to do a request to update koha-testing-docker, files/templates/koha-conf-site.xml.in Other notes: - There are also repositories listed in etc/koha-conf.xml, but maybe this is generated when things are packaged/the packages are built? - I have a patch ready to go, but searching seems very flaky and inconsistent results, probably related to Bug 25952 - Github search for plugin throwing errors due to API rate limits Looking at the original bug that added this, Bug 23975 - Add ability to search and install plugins from GitHub, these were the only files changed. Or is this one of those things that are changed when the packages are built? 1. Apply this patch. 2. Copy the <plugin_repos> block from debian/templates/koha-conf-site.xml.in to /etc/koha/sites/kohadev/koha-conf.xml 2.1 This block should now include details for inLibro's repository. 2.2 Remove the comment lines (<!-- and -->). 3. Restart everything (flush_memcached and then restart_all). 4. Go to the plugins home page (Administration > Plugins > Manage plugins). 5. In the 'Search for plugins' search box (under and to the right of the Plugins heading), search for carrousel 6. The search results should include the koha-plugin-carrousel, with the organization show as Solutions inLibro. -- 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/
