[Koha-bugs] [Bug 31729] Enable automatic filesystem refresh in Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 15:29:07 CET 2023


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

--- Comment #54 from Thomas Klausner <domm at plix.at> ---
Here's what I'm using to start a hot-reload server in koha-testing-docker:

ktd --shell

kohadev-koha at kohadevbox:koha$ koha-plack --stop kohadev
Stopping Plack daemon for kohadev:.

kohadev-koha at kohadevbox:koha$ DEV_INSTALL=1 KOHA_HOME=/kohadevbox/koha
KOHA_CONF=/etc/koha/sites/kohadev/koha-conf.xml
PERL5LIB=/kohadevbox/koha:/kohadevbox/koha/lib:/kohadevbox/koha/installer
/usr/bin/plackup -M FindBin -R /kohadevbox/koha --workers 2 --user=kohadev-koha
--group=kohadev-koha  -E deployment --socket /var/run/koha/kohadev/plack.sock
-s Starman /etc/koha/plack.psgi

Watching /kohadevbox/koha /etc/koha/plack.psgi for file updates.
2023/11/09-09:15:15 Starman::Server (type Net::Server::PreFork) starting!
pid(2344)
Binding to UNIX socket file "/var/run/koha/kohadev/plack.sock"

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


More information about the Koha-bugs mailing list