docs: update
This commit is contained in:
parent
35b9d76091
commit
c72ddd0713
|
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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/).
|
- **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
|
## 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
|
### 1. Getting source files
|
||||||
- Clone this repository into your host server and `cd` into it
|
- Clone this repository into your host server and `cd` into it
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue