Chore: Add deployment documentation (#904)

Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
Sojan Jose
2020-06-11 22:34:22 +05:30
committed by GitHub
parent e769282e7f
commit ca7554f88c
6 changed files with 274 additions and 0 deletions

View File

@@ -18,3 +18,11 @@ This guide will help you get started with Chatwoot!
* [Environment Variables](/docs/environment-variables)
* [Conversation Continuity with Email](/docs/conversation-continuity)
* [Common Errors](/docs/common-errors)
### Deployment
* [Architecture](/docs/deployment/architecture)
* [Heroku](/docs/deployment/deploy-chatwoot-with-heroku) (recommended)
* [Caprover](/docs/deployment/deploy-chatwoot-with-caprover) (recommended)
* [Docker](/docs/deployment/deploy-chatwoot-with-docker)
* [Linux](/docs/deployment/deploy-chatwoot-in-linux-vm)