[Koha-bugs] [Bug 26625] Add a mojolicious section in $KOHA_CONF

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 7 10:35:25 CEST 2020


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

--- Comment #2 from Julian Maurice <julian.maurice at biblibre.com> ---
Test plan:
1. Do not apply the patch yet
2. Run `hypnotoad bin/opac` and see that it listens on "http://*:8080" (its
default value)
3. Run `hypnotoad -s bin/opac` to stop it
4. Repeat steps 2-3 for intranet
5. Apply the patch
6. Copy the <mojolicious> section from etc/koha-conf.xml to your $KOHA_CONF
7. Change the value of //mojolicious/opac/config/hypnotoad/listen in your
$KOHA_CONF to "http://*:8181"
8. Run `hypnotoad bin/opac` and see that it now listens on port 8181
9. Run `hypnotoad -s bin/opac` to stop it
10. Repeat steps 7-9 for intranet

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


More information about the Koha-bugs mailing list