[Koha-bugs] [Bug 24048] New: We should have a koha-plugin-enable script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 15 15:58:39 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24048

            Bug ID: 24048
           Summary: We should have a koha-plugin-enable script
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Plugin architecture
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

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>
```

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list