

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
- Copying one project into another
Hi there, I wanted to use the New York location for my project, so I switched to paid and created a new project. Is there a quick way to copy the contents of m...
- nde 22 doest work for cloud function on ...
hey everything is in the title
- 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...
