Skip to content

JerseyConnect/Plackify-koha-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plackify-koha-common

A set of scripts to supercharge your koha-common install with Plack

Setup

  1. Ensure Plack dependencies are satisfied (see Requirements, below).
  2. Run install.sh from your clone or download directory to install scripts.
  3. Use koha-start-plack [instance name] and koha-stop-plack [instance name] to control your Plack servers.

Optionally let the installer update your koha-common init script to make Plack a first-class part of your Koha environment.

Requirements

You'll need to install a few packages in order to run Plack servers.

apt packages:

  • make
  • build-essential
  • starman

Note:: Starman can also be installed from CPAN

CPAN packages:

  • CGI::Emulate::PSGI
  • CGI::Compile

Use these simple commands to take care of dependencies:

sudo apt-get install make build-essential starman
cpan -i CGI::Emulate::PSGI CGI::Compile

About

Supercharge your koha-common install with Plack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published