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

Small typos #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions DEPLOY-GUIDE-SERVERLESS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serverless Deployment Guide

Follow the 5 steps guide below to get started on Firebase!
Follow the 5 step guide below to get started on Firebase!

- [Step 0 - Clone Me](#step-0---clone-me)
- [Step 1 - Setup Serverless provider](#step-1---mailgun--firebase-signup)
Expand All @@ -20,8 +20,8 @@ Follow the 5 steps guide below to get started on Firebase!

1. Go to <a href="https://firebase.google.com" target="_blank">Firebase</a> and click on `Get Started`.
2. Sign in with your favorite Google account.
3. Click on `Add Project` and create your own firebase inboxkitten project.
4. Remember the project ID
3. Click on `Add Project` and create your own Firebase inboxkitten project.
4. Remember the project ID.

On your local machine where your InboxKitten is located at,
```
Expand All @@ -48,12 +48,12 @@ ___

## Step 2 - Configuration

In the root directory of Inboxkitten, run the following command
In the root directory of Inboxkitten, run the following command:
```
$ ./config.sh
```

During the run time of `./config.sh`, there are three environment variables that is being used to set the configuration for your configuration files.
During the run time of `./config.sh`, there are three environment variables that are being used to set the configuration for your configuration files.

1. `MAILGUN_EMAIL_DOMAIN` - any custom domain that you owned or the default domain in Mailgun
2. `WEBSITE_DOMAIN` - any custom domain that you owned. If you use your default firebase url, it will be `<Your project>.firebaseapp.com`
Expand Down Expand Up @@ -87,4 +87,4 @@ For API deployment on Cloudflare:
```
# Run the deployment script
$ ./deploy/cloudflare/deploy.sh
```
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ___
### Mailgun
To sign up for a Mailgun account, go to the <a href="https://signup.mailgun.com/new/signup" target="_blank">signup</a> page.

> 2021 Udpate: Inbound routing for mailgun, now requires any paid account (starting at $35/month) see : https://www.mailgun.com/pricing/
> 2021 Update: Inbound routing for mailgun, now requires any paid account (starting at $35/month) see : https://www.mailgun.com/pricing/

#### Custom Domain
```
Expand Down