docs: update

This commit is contained in:
nathan 2023-11-16 11:36:55 +08:00
parent 35b9d76091
commit c72ddd0713
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Guide to Installing AppFlowy-Cloud on an AWS EC2 Ubuntu Instance
# Installing AppFlowy-Cloud on an AWS EC2 Ubuntu Instance
This guide provides a step-by-step process for setting up an EC2 instance, installing Docker on Ubuntu, and deploying AppFlowy-Cloud, along with some optional Docker maintenance commands.

View File

@ -20,10 +20,11 @@ Ensure you have Docker Compose installed on your host server. Follow the officia
- **Docker Engine:** We suggest adhering to the instructions provided by Docker for [installing Docker Engine](https://docs.docker.com/engine/install/).
> **Note for AWS Users:** Here is a step by step guide to self host AppFlowy Cloud on AWS EC2 instance: [EC2 Guide](./EC2_GUIDE.md)
## Steps
> **🚀Note for AWS Users:** [Here](./EC2_GUIDE.md) is a step by step guide to self host AppFlowy Cloud on AWS EC2. Skip it if you are not using AWS.
### 1. Getting source files
- Clone this repository into your host server and `cd` into it
```bash