Hello,
I just install Taiga in last version with following this doc on a Amazon Ec2 hosting:
=> Taiga 30min Setup
More info on the os on it:
uname -m => aarch64
I have installed docker and docker compose in last version (20.10.25) just today and git to checkout taiga repo.
Seems ok to play the first command to launch all the docker containers:
[ec2-user@ip-XXX-XX-XXX-XXX taiga-docker]$ ./launch-all.sh
+ exec docker compose -f docker-compose.yml -f docker-compose.penpot.yml up -d
[+] Running 14/14
✔ Container taiga-docker-taiga-events-rabbitmq-1 Running 0.0s
✔ Container taiga-docker-taiga-events-1 Started 0.0s
✔ Container taiga-docker-taiga-db-1 Healthy 0.0s
✔ Container taiga-docker-taiga-front-1 Started 0.0s
✔ Container taiga-docker-penpot-exporter-1 Running 0.0s
✔ Container taiga-docker-penpot-postgres-1 Running 0.0s
✔ Container taiga-docker-penpot-redis-1 Running 0.0s
✔ Container taiga-docker-penpot-backend-1 Running 0.0s
✔ Container taiga-docker-penpot-frontend-1 Running 0.0s
✔ Container taiga-docker-taiga-protected-1 Started 0.0s
✔ Container taiga-docker-taiga-async-rabbitmq-1 Running 0.0s
✔ Container taiga-docker-taiga-back-1 Started 0.0s
✔ Container taiga-docker-taiga-gateway-1 Started 0.0s
✔ Container taiga-docker-taiga-async-1 Started 0.0s
I can access it with a ssh command to forward the port and localhost on my computer
=> http://localhost:9001/#/auth/login
But problem is for the second command to create superuser
[ec2-user@ip-XXX-XX-XXX-XXX taiga-docker]$ ./taiga-manage.sh createsuperuser
+ exec docker compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage createsuperuser
WARN[0000] Found orphan containers ([taiga-docker-penpot-frontend-1 taiga-docker-penpot-backend-1 taiga-docker-penpot-redis-1 taiga-docker-penpot-postgres-1 taiga-docker-penpot-exporter-1]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
[+] Creating 1/0
✔ Container taiga-docker-taiga-db-1 Running 0.0s
exec /opt/venv/bin/python: exec format error
Have you an idea what can be this problem?
Thanks for help