
I have followed the following step.
Forked the original repository.
Cloned it on my machine.
cd appwrite
Then setup the docker which was working fine and then I run the following command
"docker run -it --rm
\
--volume /var/run/docker.sock:/var/run/docker.sock
\
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
\
--entrypoint="install"
\
appwrite/appwrite:1.4.3"
The error I got is attached in the scrrenshot. I tried various method to setup it but it gave fatal error and sometimes the port were busy so I just closed the port and then again restarted the container. But it didn't work. I am a beginner so maybe there could be som wrong. I just followed the official documentation.

What are you trying to do?

You don't need to fork and clone the repo for installing appwrite.

I have to set up for the contribution. I am not doing for the use.

.

Did you read this? https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md

yeah, I read that but still I couldn't I have attached the error's screenshots

That install command is not to be used when running appwrite from source

Did you run docker compose build
?

Yeah!

That also producing the error I checked for the dependencies even

What is the error from that?
Recommended threads
- Google sign in wont allow you to choose ...
Hi, this is still unsolved, Appwrite's SDK won't let you specify prompt=select_account param, so a user cannot signin with a desired account, in chrome is just ...
- Console ErrorAppwriteException: User (ro...
AppwriteException: User (role: guests) missing scope (account) at Client.eval (webpack-internal:///(app-pages-browser)/./node_modules/appwrite/dist/esm/sdk....
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
