Monday, February 28, 2022

How To Install Appwrite with Docker on Rocky Linux 8.5

in This Tutorial you will Learn " How to Install Appwrite with Docker on Rocky Linux 8.5"

Appwrite is a self-hosted solution that provides developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.
Docker is an open platform for developing, shipping, and running applications.
_________________________________________________________________________________________
Server - Os:  Rocky Linux 8.5  64Bit      |    IP -192.168.1.20        |     Hostname - www.primaryhost.com
_________________________________________________________________________________________
cat /etc/system-release ; sestatus ; dnf groupinstall "Development Tools" -y
docker-compose --version ; docker --version
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.12.1
https://127.0.0.1
_________________________________________________________________________________________

No comments:

Post a Comment