Hello, I’m having some trouble setting up a Mattermost server and I hope someone may be able to lend me a hand with it.
I get stuck in the part where i have to test the server to make sure everything works.
I get the error message →
I’m following the documentation referring to a ubuntu 20.04 LTS installation here and to be more specific I fail at the 9 step of the Mattermost server installation when I input the command → sudo -u mattermost ./bin/mattermost
I have followed the instruction and installed mysql and not the postgres variant.
I have seen that some people have similiar problems and they are generally due to a bad configuration of the config file in → /opt/mattermost/config/config.json
This is the configuration that I have right now:
“DataSource”:“mmuser:my_password@tcp(172.31.91.95:3306)/mattermost?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s”,
I am also not sure, what to type under “SiteURL”: Is it http:// and then the private IP of my Server?
Anyone has any suggestions?