MagnusEnger / koha-plugin-crontab

Add instance level crontab management to Koha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crontab

This is a plugin for Koha that simplifies the management of a koha instances local crontab.

We put the power in the hands of the user by exposing the local crontab to them as a tool plugin, allowing them to edit existing lines, schedules and environment as well as adding new jobs all from within the staff UI.

Installation

Enable the plugin system

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
  • Confirm that the path to <pluginsdir> exists, is correct, and is writable by the web server
  • Add the pluginsdir to your apache PERL5LIB paths and koha-plack startup scripts PERL5LIB
  • Restart your webserver

Once set up is complete you will need to alter your UseKohaPlugins system preference. On the Tools page you will see the Tools Plugins and on the Reports page you will see the Reports Plugins.

Add dependancies

This plugin depends on the Config::Crontab perl module from CPAN. You will need to ask your system administrator to ensure it is available prior to downloading and installing the plugin package.

The package can be installed using apt:

sudo apt install libconfig-crontab-perl

Download and install the plugin

The latest releases of this plugin can be obtained from the release page where you can download the relevant *.kpz file

About

Add instance level crontab management to Koha


Languages

Language:Perl 91.9%Language:JavaScript 8.1%