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.
![](https://secure.gravatar.com/avatar/34e58714874b2e18f0f210b5e80e6fe6?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
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.