Seja bem-vindo ao Guia de Instalação Chatwoot 🚀
👉 Participe da Comunidade HubConnect 👈
Manual de Instalação ChatWoot
sudo apt update && apt upgrade -y
wget https://get.chatwoot.app/linux/install.sh
chmod +x install.sh
./install.sh --install
Use as opções abaixo
yes
app.dominio.com.br
yes para todos
cd /home/chatwoot/chatwoot
nano .env
Altere a linha
DEFAULT_LOCALE=pt_BR
ENABLE_ACCOUNT_SIGNUP=true
sudo systemctl restart chatwoot.target
Acesse: seudominio.com.br
Faça seu cadastro ✅
sudo -i -u postgres psql
\c chatwoot_production
update installation_configs set locked = false;
\q
Acesse super Admin
https://seudominio.com.br/super_admin
Opção>installation_configs
LOGO
LOGO_THUMBNAIL
NOMES CHATWOOT:
Alterando nomes na plataforma
INSTALLATION_NAME
BRAND_NAME
TERMOS E POLITICA DE PRIVACIDADE
TERMS_URL
PRIVACY_URL
BRAND_URL
WIDGET_BRAND_URL
Downgrade versão do Chatwoot
sudo -i -u chatwoot
cd chatwoot
git checkout tag/commit (pega o commit ou tag da versão em https://github.com/chatwoot/chatwoot/releases)
bundle
yarn
rake assets:precompile RAILS_ENV=production
RAILS_ENV=production bundle exec rake db:migrate
exit
systemctl daemon-reload
systemctl restart chatwoot.target
Pronto! Downgrade realizado com sucesso ✅😎