Prerequisites:
Git for Windows (https://git-scm.com/download/win)
Docker for windows with WSL2 backend (https://docs.docker.com/desktop/windows/install )
Executing scripts/start script
If you are using git bash as your terminal everything should work out of the box.
Alternatively, if you are working with the windows command line (cmd) in order to run shell scripts you should run without the ./
prefix. When asked to run the start_quest script, run start_quest.sh
instead of ./start_quest.sh
(Make sure WSL 2 is installed)
If nothing works for you locally you can run the script through docker-compose. To do so, you can run the following command:
docker-compose run anythink-backend bash start_quest.sh