pheekus / helpdesk-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. Set up account on sendgrid.com verify domain and get api key
  2. Install docker with compose plugin (https://docs.docker.com/engine/install/ubuntu/)
  3. Copy /reverse_proxy/example_configs/chatwoot.conf to /reverse_proxy/configs/chatwoot.conf
  4. In /reverse_proxy/configs/chatwoot.conf replace everywhere chat.example.org with your domain
  5. cd to /reverse_proxy and run "docker compose up -d"
  6. Copy /chatwoot/.env.example to /chatwoot/.env
  7. Edit .env with your values
  8. cd to /chatwoot and run "docker compose up -d"
  9. docker compose run --rm chatwoot bundle exec rails db:chatwoot_prepare

How to add agent bot

References

About


Languages

Language:Shell 53.0%Language:JavaScript 47.0%