Open rudokemper opened 1 year ago
am willing to help if this repo isnt deprecated or this issue isnt solved
Hi @Dxuian. This repo is not deprecated, but regular dev work is a bit dormant, and I think our approach to this script is likely to be revisited when we have time to revisit overall architecture for Terrastories. But thank you for your interest and offer!
Our SETUP.md page outlines several ways to build Terrastories: using a shell script, or building the Docker images and containers step-by-step.
It appears that the step-by-step method is having some issues. Several users have reported that running
docker compose --profile dev up
results in the following db issues (sharing complete log to help with debugging):Presumably, it is because some steps from the setup script are being skipped in the step-by-step workflow:
If somebody wants to follow the shell script line-by-line and can confirm that it is working, it would be great to modify SETUP.md and list out the granular steps.