New Install Setup. launch-all.sh

@daniel.herrero Thanks for the input.
I started off following Taiga 30min Setup and also found Install Taiga in Production and they both just state a base requirement as “docker**: version >= 19.03.0+”. I have Docker Engine installed v 24.0.5. If I issue command ‘docker-compose version’ I get the following:
docker-compose version 1.25.0, build unknown
docker-py version: 4.1.0
CPython version: 3.8.10

When I installed I just used the repo default from Ubuntu:

sudo apt install docker

It was after trying to install that I found I had to separately install compose. I found my only choice was docker-compose and I installed with:

sudo apt install docker-compose

I can remove it all and install Docker from source rather than Ubuntu repo but that should probably be put into the documentation.

Since I have gotten past all the above errors at this point, I am not very hopeful that it will fix my issues with the blank page and json error reported by my browser (I’ve tried Chrome and Firefox so it’s not the browser).

I will try the fresh Docker install and let you know.
Thanks again.

  • J