snazy commented on PR #279: URL: https://github.com/apache/polaris/pull/279#issuecomment-2346140234
Okay - this one should work now work in all environments (podman + Docker) and relevant OS (Linux + macOS). Manually verified on: * Linux (Ubuntu 24.04) with podman + podman-compose * Linux (Ubuntu 24.04) with Docker + [docker-compose](https://github.com/docker/compose) (AL-2) * macOS with podman Desktop * Github workflow (included in this PR) with Docker + [docker-compose](https://github.com/docker/compose) (AL-2) It's only necessary to run `site/bin/run-hugo-in-docker.sh` to start Hugo for local site development. `site/bin/create-static-site.sh` creates the static site for the project site base URL, `site/bin/create-static-site.sh --local` creates the static site for local inspection and a http server for it. There should be no need to call `site/bin/stop-hugo-in-docker.sh` (the above scripts have a "clean up trap"), but I left it there just in case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
