Add package install instructions in addition to Docker install instructions
Posting from GitHub Issues thread: https://github.com/mattermost/platform/issues/58
The first release of Mattermost emphasizes Docker installation, and package install instructions are also being requested.
Please share upvotes for this feature if you agree? Upvoting myself.
Accepting merge requests for package installation instructions
-
Santiago commented
Being Mattermost written in Go, I'd expect to be able to run a single binary file and get a working server. If MySQL server is not provided (via arguments), it would be nice to use sqlite instead MySQL.
-
From Kevin Coletta (from the previous Feature Request forum): There should probably be a simple solution for building this out for development so people can contribute. I haven't used docker much before so it's probably just my inexperience there, but if I want to try adding a feature or changing something up, it's not clear how I can do that at the moment.