https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31503
Philip Orr <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Documentation| |[email protected] contact| | --- Comment #136 from Philip Orr <[email protected]> --- Notes for me for testing: 1. Change enable_plugins to 1 (From the manual: To set up the Koha plugin system you must first make some changes to your install. Change <enable_plugins>0</enable_plugins> to <enable_plugins>1</enable_plugins> in your koha-conf.xml file. Restart your webserver) koha-conf.xml is in /etc. 2. install zip if not already installed: sudo apt-get install zip 3. make sure the Test_Newsletter.pm is in the following file structure: test/Koha/Plugin/Test_Newsletter.pm 4. From the test directory, do: zip -r koha-plugin-test-newsletter.kpz ./Koha 5. Now the plugin can be installed. -- 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/
