Rank 2: Process
[SOLVED] help setup appwrite
Votes
0
Replies
24
Participants
Unknown
Messages
25
To deoloy Appwrite you'll need to use docker compose.
You can use one liner to create it
Rank 2: Process
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
Rank 2: Process
thats do the job?
Yes
Rank 2: Process
That can take few minutes then go to localhost
Rank 2: Process
ah that code install a new img
Rank 2: Process
i see
Yes
Rank 2: Process
Rank 2: Process
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
Rank 2: Process
thatnk u good sir
[SOLVED] help setup appwrite
Rank 2: Process
@Binyamin sorr
Rank 2: Process
y for the ping
Rank 2: Process
i want to reinstall the image from 0