Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy-evershop-to-aws.md #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/development/deployment/deploy-evershop-to-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ After you have your RDS instance, connect to it using a PostgreSQL client. We wi

### Create a database user

Create a **supper** database user for EverShop. We will use the username `evershop` and the password `evershop` in this tutorial.
Create a **super** database user for EverShop. We will use the username `evershop` and the password `evershop` in this tutorial.

### Migrate from local installation

Expand Down Expand Up @@ -263,4 +263,4 @@ In this tutorial, we have learned how to install EverShop on an AWS EC2 instance

[Let's Encrypt](https://letsencrypt.org/) is a free, automated, and open certificate authority. It provides free SSL certificates that you can use to secure your EverShop application.

To install Let's Encrypt, follow the instructions in this [tutorial](https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal). This tutorial will guide you through the process of installing Let's Encrypt and configuring Nginx to use the SSL certificates.
To install Let's Encrypt, follow the instructions in this [tutorial](https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal). This tutorial will guide you through the process of installing Let's Encrypt and configuring Nginx to use the SSL certificates.