[Koha-bugs] [Bug 7844] plack scripts for startup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 29 13:59:12 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7844

--- Comment #1 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 8684
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8684&action=edit
Bug 7844 - plack intranet tooling for developers

intranet.psgi example and script to run any Koha intranet under plack

This assumes that intranetdir in koha-conf.xml points to source code checkout.

It also defines new enviroment variables:

PLACK_DEBUG - turn debugging panels on
PLACK_MINIFY - minify JavaScript and CSS which saves us ~10k on each page load

Test scenario:
1. install plack, using ./cpanm-install.pl
2. start ./intranet-plack.sh sitename
   from misc/plack directory so it can find intranet.psgi here
3. open intranet page http://localhost:5001/cgi-bin/koha/mainpage.pl

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


More information about the Koha-bugs mailing list