Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Nov 15, 2023
1 parent 82bcb5e commit 5f4db31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file added assets/images/google_ec2_public_ip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions doc/EC2_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Add your user to the Docker group, which will allow you to run Docker commands w
```

## Install AppFlowy-Cloud on EC2 Ubuntu

To install AppFlowy-Cloud on an EC2 Ubuntu instance, here's a streamlined guide:

1. **Clone the AppFlowy-Cloud Repository**:
Expand All @@ -99,10 +100,13 @@ To install AppFlowy-Cloud on an EC2 Ubuntu instance, here's a streamlined guide:
```bash
vim .env
```
(Here, replace placeholders with the actual IP or hostname of your EC2 instance.)
(Here, replace placeholders with the actual Public IPv4 DNS or hostname of your EC2 instance.)

5. **Authentication Setup**:
Consult the [Authentication documentation](./AUTHENTICATION.md) for instructions on setting up the authentication service.
Please read the [Authentication documentation](./AUTHENTICATION.md) for instructions on setting up the authentication service.
For example, replacing the Google OAuth2 credentials in the `.env` file with the EC2 Public IPv4 DNS:

![img.png](../assets/images/google_ec2_public_ip.png)

6. **Start AppFlowy**:
Use Docker to launch the AppFlowy services:
Expand All @@ -120,7 +124,7 @@ Make sure to review and follow the authentication guide closely, adjusting the `

## Helpful Docker Commands

Be careful when running these commands. They can be destructive.
Skip this section if you are already familiar with Docker. Be careful when running these commands. They can be destructive.

1. **Remove all containers in Docker**:
```bash
Expand Down

0 comments on commit 5f4db31

Please sign in to comment.