[Koha] Koha installation woes
David Nind
david.nind at gmail.com
Mon Oct 21 18:10:49 NZDT 2019
Hi Carlos.
Disable the default Apache site (sudo a2dissite 00-default....)
Restarted memcached and apache.
David Nind | david.nind at gmail.com
PO Box 12367, Thorndon, Wellington, New Zealand 6144
m. +64 21 0537 847
On Mon, 21 Oct 2019 at 18:03, Carlos Lopez <clopez at dml.vic.edu.au> wrote:
> Hi folks
>
> We're trying to set up a little test server on our own: I'm following the
> instructions on https://wiki.koha-community.org/wiki/Debian and we have a
> little server running Debian Stretch.
>
> We've hit a wall:
>
> We've done the following:
> added the apt key,
> installed the apt sources.list for oldstable,
> installed koha-common (apt-get update && apt-get install
> koha-common),
> installed MySQL (apt-get install mysql-server),
> enabled the 'rewrite' and 'cgi' modules for Apache2 and restarted
> Apache2,
> edited /etc/koha/koha-sites.conf as follows:
> DOMAIN=".myDNSname.org"
> INTRAPORT="8080"
> INTRAPREFIX=""
> INTRASUFFIX=""
> OPACPORT="80"
> OPACPREFIX=""
> OPACSUFFIX=""
> DEFAULTSQL=""
> ZEBRA_MARC_FORMAT="marc21"
> ZEBRA_LANGUAGE="en"
> USE_MEMCACHED="yes"
> MEMCACHED_SERVERS="127.0.0.1:11211"
> MEMCACHED_PREFIX="koha_"
> (so we're configuring for IP address access),
> Used koha-create to set up the virtual hosts and empty database
> (koha-create --create-db dmltest),
> And this is where we've hit the wall. We can't seem to access the Koha
> installer: Pointing a browser to port 80 of the address gives us the Apache
> test page, and pointing to port 8080 gives us (on Chrome) error
> ERR_EMPTY_RESPONSE
>
> Can anyone point us to where we've gone wrong?
>
> With kind regards from the Dalton McCaughey Library Team
>
> Carlos Lopez
>
> Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052
> Ph: 03 9340 8888 ext.1 | library at dml.vic.edu.au | library.dmlibrary.org.au
>
> _______________________________________________
> Koha mailing list http://koha-community.org
> Koha at lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
More information about the Koha
mailing list