diff --git a/app/views/docs/installation.phtml b/app/views/docs/installation.phtml index dd8a3b9a5..c6ae9bb67 100644 --- a/app/views/docs/installation.phtml +++ b/app/views/docs/installation.phtml @@ -2,13 +2,13 @@
Appwrite was designed to run well on both small and large deployment. The minimum requirements to run Appwrite is as little as 1 CPU core and 2GB of RAM, and an operating system that supports Docker.
+Appwrite is designed to run well on both small and large deployments. The minimum requirements to run Appwrite are as little as 1 CPU core and 2GB of RAM, and an operating system that supports Docker.
Appwrite requires Docker Compose Version 2. To install Appwrite, make sure your Docker installation is updated to support Composer V2.
If you are migrating from an older version of Appwrite, you need to follow the migration instructions
+If you are migrating from an older version of Appwrite, you need to follow the migration instructions.
Hyper-V and Containers Windows features must be enabled to run Appwrite on Windows with Docker. If you don't have these features available, you can install Docker Desktop that uses Virtualbox to run Appwrite on a Virtual Machine.
+Hyper-V and Containers Windows features must be enabled to run Appwrite on Windows with Docker. If you don't have these features available, you can install Docker Desktop which uses Virtualbox to run Appwrite on a Virtual Machine.
For advanced Docker users, the manual installation might seem more familiar. To setup Appwrite manually, download the Appwrite base docker-compose.yml and .env files, then move them inside a directory named 'appwrite'. After the download completes, update the different environment variables as you wish in the .env file and start the Appwrite stack using the following Docker command:
+For advanced Docker users, the manual installation might seem more familiar. To set up Appwrite manually, download the Appwrite base docker-compose.yml and .env files, then move them inside a directory named appwrite
. After the download completes, update the different environment variables as you wish in the .env
file and start the Appwrite stack using the following Docker command:
docker compose up -d --remove-orphans
Once the Docker installation completes, go to your machine hostname or IP address on your browser to access the Appwrite console. Please notice that on non-linux native hosts the server might take a few minutes to start after installation completes.
+Once the Docker installation completes, go to your machine hostname or IP address on your browser to access the Appwrite dashboard. Please notice that on hosts that are not Linux-native, the server might take a few minutes to start after installation completes.
You can stop your Appwrite containers by using the following command executed from the same directory as your docker-compose.yml file.
+You can stop your Appwrite containers by using the following command executed from the same directory as your docker-compose.yml
file.
docker compose stop
@@ -120,7 +120,7 @@
To stop and remove your Appwrite containers you can use the following command executed from the same directory as your docker-compose.yml file.
+To stop and remove your Appwrite containers, you can use the following command executed from the same directory as your docker-compose.yml
file.
docker compose down -v
@@ -128,7 +128,7 @@