| Summary: | We should have a koha-plugin-enable script | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
| Component: | Plugin architecture | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
We have debian scripts for enabling and disable elastic search and other optional features.. we should add one for the process of enabled/disabling plugins too. It would need to update the config file and vhost for the instance. ``` Alias /plugin "/var/lib/koha/'instance'/plugins" # The stanza below is needed for Apache 2.4+ <Directory /var/lib/koha/'instance'/plugins> Options Indexes FollowSymLinks ExecCGI AddHandler cgi-script .pl AllowOverride None Require all granted </Directory> ```