While reading the guide, I noticed that the Linux commands to install Fess are provided, but the Windows PowerShell ones are missing. The commands are slightly different:
-
curl.exe -OL https://raw.githubusercontent.com/codelibs/docker-fess/master/compose/compose.yaml
-
curl.exe -OL https://raw.githubusercontent.com/codelibs/docker-fess/master/compose/compose-opensearch3.yaml
-
docker compose -f compose.yaml -f compose-opensearch3.yaml up -d
Basically, the .exe extension is missing after curl. I was going crazy trying to figure it out, so I’m writing this here hoping it might be helpful to other users.