Mattermost: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==About== {{seed}} ==Links== ===Official=== * [https://www.mattermost.com/ home site] ** [https://mattermost.com/download/ server download] (latest version) ** [https://docs.m..." |
corrections |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<hide> | |||
[[page type::article]] | |||
[[thing type::software]] | |||
[[software type::text chat]] | |||
</hide> | |||
==About== | ==About== | ||
{{seed}} | {{seed}} | ||
| Line 6: | Line 11: | ||
** [https://mattermost.com/download/ server download] (latest version) | ** [https://mattermost.com/download/ server download] (latest version) | ||
** [https://docs.mattermost.com/guides/administrator.html#installing-mattermost server installation] | ** [https://docs.mattermost.com/guides/administrator.html#installing-mattermost server installation] | ||
*** [https://docs.mattermost.com/install/install-ubuntu-1804.html on Ubuntu 18.04] | |||
* [https://github.com/mattermost GitHub] | * [https://github.com/mattermost GitHub] | ||
** [https://github.com/mattermost/mattermost-server server] | ** [https://github.com/mattermost/mattermost-server server] | ||
| Line 14: | Line 20: | ||
===Reference=== | ===Reference=== | ||
* {{wikipedia}} | * {{wikipedia}} | ||
==Notes== | |||
The documentation is not explicit about the format of the database-connection URI. It seems to be: | |||
* (for MySQL) <code>{{arg|user}}:{{arg|password}}@tcp({{arg|host}}:3306)/{{arg|schema}}?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s</code> | |||
Latest revision as of 13:08, 7 April 2019
<hide> page type::article thing type::software software type::text chat </hide>
About
<hide>
page status::seed
</hide>
|
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
Official
- home site
- server download (latest version)
- server installation
- GitHub
Reference
Notes
The documentation is not explicit about the format of the database-connection URI. It seems to be:
- (for MySQL)
<user>:<password>@tcp(<host>:3306)/<schema>?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s
