DEV Community

Discussion on: Open Source Backend Server - AppWrite 🔥

Collapse
 
ken_mwaura1 profile image
Zoo Codes

Great write-up @hardikchopra242 . first time hearing about app-write, definitely going to learn more.

Incase you are on fish shell: the above command will throw errors as is, this one works though:

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:0.11.0
Enter fullscreen mode Exit fullscreen mode
Collapse
 
hardikchopra profile image
Hardik Chopra

Thanks @ken_mwaura1 😃🙌