From 631dc9b697d39e39cf0cd5269fbc96a6b100fba4 Mon Sep 17 00:00:00 2001 From: cubecup <20769892+cubecup@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:38:28 +0100 Subject: [PATCH] Update DEPLOYMENT.md / Hardware Requirements I find it unintuitive that the deployment guide for AppFlowy Cloud suggests using AMZ EC2 or Microsoft Azure VMs, which are paid services that are hosted at Amazon / Microsoft data servers. I get that the point is that the server needs to be available / reliable and those cloud compute services are. But aren't we targeting people who want to use free opensource software here? --- doc/DEPLOYMENT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/DEPLOYMENT.md b/doc/DEPLOYMENT.md index b570224b..3a7f108d 100644 --- a/doc/DEPLOYMENT.md +++ b/doc/DEPLOYMENT.md @@ -3,12 +3,12 @@ - The following document will walk you through the steps to deploy your own AppFlowy-Cloud ## Hardware Requirements -- Because AppFlowy-Cloud will have to be running persistently (or at least when one of the user is using), -we recommend using cloud compute services (as your host server) such as - - [Amazon EC2](https://aws.amazon.com/ec2/) or - - [Azure Virtual Machines](https://azure.microsoft.com/en-gb/products/virtual-machines/) - Minimum 2GB Ram (4GB Recommended) - Ports 80/443 available +- Because AppFlowy-Cloud will have to be running persistently (or at least whenever users need access), +we recommend deploying it on a cloud compute services as host server (if deploying it on a home server is not an option for you) such as + - [Amazon EC2](https://aws.amazon.com/ec2/) or + - [Azure Virtual Machines](https://azure.microsoft.com/en-gb/products/virtual-machines/) ## Software Requirements