[Koha-bugs] [Bug 20582] Turn Koha into a Mojolicious application

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 6 12:19:23 CEST 2020


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

--- Comment #83 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Jonathan Druart from comment #82)
> Inside KTD, when I run `starman -l :5000 -l :5001` and then hit IP:5000 I
> get the intranet mainpage, but I don't get the OPAC when I hit IP:5001 (I
> get the intranet mainpage as well).
> 
> What am I missing?

koha-testing-docker defines environment variables KOHA_INTRANET_PORT and
KOHA_OPAC_PORT which are used by app.psgi to determine which ports to use.
You can try `env KOHA_INTRANET_PORT=5000 KOHA_OPAC_PORT=5001 starman -l :5000
-l :5001`

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


More information about the Koha-bugs mailing list