Chatwoot: Installation not successful withLinux VM script

Created on 1 Dec 2020  路  3Comments  路  Source: chatwoot/chatwoot

Describe the bug
I'm trying to install Chatwoot on Ubuntu with the bash script from the documentation, but it fails every time i run it.
I tried it 5 times on Ubuntu version 20.04 (clean installation) and 3 times on Ubuntu version 18.04, but no matter what i do, it always fails and the server isn't reachable at port 3000.

To Reproduce

Steps to reproduce the behavior:

  1. Follow instructions from; https://www.chatwoot.com/docs/deployment/deploy-chatwoot-in-linux-vm

Server logs
chatwoot.log

Environment
Linux VM installation self hosted.

Bug

Most helpful comment

Also can you please try https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_18.04.sh instead of https://raw.githubusercontent.com/chatwoot/chatwoot/develop/deployment/setup_18.04.sh?

That did the trick! Thank you very much for the fast reply and the great software!

All 3 comments

-bash: line 8: unexpected argument `]]' to conditional unary operator
-bash: line 8: syntax error near `;'
-bash: line 8: `if [[ -z  ]]; then'

@mike9011 I can see this error, can you please try ./setup.sh master and see if that works?

Also can you please try https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_18.04.sh instead of https://raw.githubusercontent.com/chatwoot/chatwoot/develop/deployment/setup_18.04.sh?

Also can you please try https://raw.githubusercontent.com/chatwoot/chatwoot/master/deployment/setup_18.04.sh instead of https://raw.githubusercontent.com/chatwoot/chatwoot/develop/deployment/setup_18.04.sh?

That did the trick! Thank you very much for the fast reply and the great software!

Was this page helpful?
0 / 5 - 0 ratings