1

I want to install koha-testing-docker on window, but an error occurs during installation

error: koha-testing-docker-koha-1 | koha-testing-docker-koha-1 | Koha requires mpm_itk to be enabled within Apache in order to run. koha-testing-docker-koha-1 | Typically this can be enabled with: koha-testing-docker-koha-1 | koha-testing-docker-koha-1 | sudo a2enmod mpm_itk

Env: system:window 11 docker-compose v2 vscode koha-testing-docker latest

I want to fix this problem and start normally

6
  • "but an error occurs during installation" Which command did you use to install? Commented Oct 30, 2023 at 7:59
  • After using "docker-compose up", the container koha-1 reports an error
    – Ronin Wu
    Commented Oct 31, 2023 at 3:15
  • According to this git.koha-community.org/Koha-community/koha-testing-docker help page you should use ktd up Commented Oct 31, 2023 at 7:49
  • Can window use ktd? I can use ktd on ubuntu, but not on window. . .
    – Ronin Wu
    Commented Nov 1, 2023 at 3:06
  • "Can Windows use ktd?" Not sure, according to the help page git.koha-community.org/Koha-community/koha-testing-docker it should work on Windows.. If you are not following this setup, please update your question with the exact steps you did before running docker-compose up. Then we can try to reproduce. Commented Nov 1, 2023 at 8:27

1 Answer 1

1

I had a similar issue and, after asking to the Koha IRC channel, I was suggested to read also the Wiki article about how to install on Windows, that indicates to use docker from within WSL instead of the Docker Desktop for Windows.

While that approach indeed worked for me, I still wanted to get it running from the comfort of Docker Desktop, so I wrote the following solution:

https://github.com/dubrox/koha-dev

I hope it helps.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.