diff --git a/doc/EC2_GUIDE.md b/doc/EC2_GUIDE.md index de76c766..edd8fabf 100644 --- a/doc/EC2_GUIDE.md +++ b/doc/EC2_GUIDE.md @@ -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. diff --git a/doc/deployment.md b/doc/deployment.md index 6d4850df..14e4fcd1 100644 --- a/doc/deployment.md +++ b/doc/deployment.md @@ -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