MarkBubacz
MarkBubacz
I have the same problem. I don't know if i made any mistake during installation. #FirstTimeLinuxUser If i try to execute the script @kithmina1999 then Putty just crashes. Just reseted...
Steps to reproduce (on freshly installed Ubuntu 24.04): ```shell git clone https://github.com/Worklenz/worklenz.git cd worklenz ``` ```shell # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca-certificates curl...
@kithmina1999 ```shell root@ubuntu:~# docker logs worklenz_createbuckets Attempt to connect to MinIO... mc: Unable to initialize new alias from the provided credentials. Get "http://minio:9000/probe-bsign-r5jzrl63hin0pnkfg3srti1ah3yzp2/?location=": dial tcp 172.18.0.3:9000: connect: connection refused. Connection...
@kithmina1999 I forked the project and changed the createbuckets part. After deleting the old install and starting it again with `./start.sh` i get the following during install: (Not sure if...
And here are the full logs: ```Shell WARN[0000] The "i" variable is not set. Defaulting to a blank string. worklenz_createbuckets | Waiting for MinIO to start... worklenz_createbuckets | Attempt to...
@kithmina1999 ```Shell root@ubuntu:~/worklenz# docker compose down -v [+] Running 8/8 ✔ Container worklenz_createbuckets Removed 0.0s ✔ Container worklenz_frontend Removed 0.2s ✔ Container worklenz_backend Removed 0.7s ✔ Container worklenz_minio R... 0.3s...
As i said, the bucket got removed after ``` can you try docker-compose down -v and try ./start.sh again ``` And signup also not working
@kithmina1999 Sorry if i misunderstand something, but you already provided these steps, which we tried (without success) and posted the results.
BTW: Only `docker compose up -d` creates a bucket, `./start.sh` does not.
Maybe there have been leftovers from testing, so let's do this from scratch again: 1) Fresh install Ubuntu 24.04 2) Install Docker ```Shell # Add Docker's official GPG key: sudo...