To deoloy Appwrite you'll need to use docker compose.
You can use one liner to create it
docker compose up -d --remove-orphans you mean this code
No. This one
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.3.8
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.3.8
Appwrite uses few containers
Also, check this https://book.appread.io/development
thats do the job?
Yes
That can take few minutes then go to localhost
ah that code install a new img
i see
Yes
what if i want to run the latest its already instaled?
1.3.8 is the latest. But if you want you can edit the docker-compose file - this file would be in the filser you've ran the command - then change all the cersions of Appwrite to latest
thatnk u good sir
[SOLVED] help setup appwrite
@Binyamin sorr
y for the ping
i want to reinstall the image from 0
Recommended threads
- Spanish reset password email errors
I set language using: const appwrite = new Client() appwrite.setLocale('es') 1. User name is missing in spanish 2. Unnecesary dot after "Gracias": English ver...
- [AppwriteException: Network request fail...
I am getting this error whenever I run getAllSchools I have checked the entire project and I have CRUD permissions enabled for any role but I am still getting t...
- Issue with write permission for all user...
I have a problem with creating new documents (uploading post with video, image and text in my case), for every user such error occurs: `The current user is not ...