First Commit
This commit is contained in:
15
README.MD
Normal file
15
README.MD
Normal file
@@ -0,0 +1,15 @@
|
||||
Summary
|
||||
I've created a complete Chatwoot installation package with four files:
|
||||
Installation Scripts:
|
||||
|
||||
chatwoot_install.sh - Full-featured script with detailed setup, logs, and modular functions. Best for custom installations.
|
||||
chatwoot_quick_install.sh - Simplified version using the official Chatwoot installer. Best for quick deployment.
|
||||
|
||||
Documentation:
|
||||
3. CHATWOOT_SETUP_GUIDE.md - Complete setup instructions covering prerequisites, installation, configuration, service management, upgrades, backups, and troubleshooting basics.
|
||||
4. CHATWOOT_CONFIG_TROUBLESHOOTING.md - Advanced reference with environment variables, Nginx configs, detailed troubleshooting, maintenance tasks, and performance optimization.
|
||||
Quick Start:
|
||||
bashsudo bash chatwoot_quick_install.sh
|
||||
# or for more control
|
||||
sudo bash chatwoot_install.sh --ssl --domain yourdomain.com --email admin@yourdomain.com
|
||||
The scripts support Ubuntu 20.04, 22.04, and 24.04 LTS, handle PostgreSQL/Redis setup, Nginx configuration, SSL with Let's Encrypt, and systemd service management.
|
||||
Reference in New Issue
Block a user