From 1a21adc42277f0d6f7b88a91413ada7d806d0bab Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Tue, 4 Oct 2022 21:12:04 +0000 Subject: [PATCH 1/3] Update Install guide to conform to guidelines proposed in PR #229. --- app/views/docs/installation.phtml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 @@

System Requirements

-

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.

Upgrading From Older Versions

-

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.

Install with Docker

@@ -27,7 +27,7 @@

Windows

-

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.