Forem Creators and Builders 🌱

atlan66
atlan66

Posted on

Running with Podman

When running bin/container-setup I run into quite a few errors. Let me start with the first one, taken from the log. Of course I could fix that, but I'm assuming the setup should run as is.

...
podman start -a forem_postgresql
/opt/apps/forem/./scripts/entrypoint.sh: line 14: git: command not found
Running command:
./scripts/bundle.sh
podman start -a forem_redis
There was an error while trying to write to '/opt/apps/forem/.bundle/config'. It
is likely that you need to grant write permissions for that path.
exit code: 23
...

Top comments (0)