Skip to content

JerseyConnect/Plackify-koha-common

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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