• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H26-Oct-2021-623592

.github/H26-Oct-2021-11350

.gitlab-ci/scripts/H26-Oct-2021-192162

api4/H26-Oct-2021-57,06045,189

app/H26-Oct-2021-116,68293,561

audit/H26-Oct-2021-267192

bin/H26-Oct-2021-43

build/H26-Oct-2021-9,0108,843

cmd/mattermost/H26-Oct-2021-1,8481,359

config/H26-Oct-2021-6,9955,402

db/migrations/H26-Oct-2021-762606

doc/help/H26-Oct-2021-21

einterfaces/H26-Oct-2021-2,9372,070

fonts/H03-May-2022-

gosaml2/H26-Oct-2021-

i18n/H26-Oct-2021-173,696173,676

imports/H26-Oct-2021-4315

jobs/H26-Oct-2021-3,8743,031

manualtesting/H26-Oct-2021-239182

migrations/H26-Oct-2021-847650

model/H26-Oct-2021-43,43235,632

plugin/H26-Oct-2021-17,17513,021

scripts/H26-Oct-2021-7,0783,637

services/H26-Oct-2021-19,49915,602

shared/H26-Oct-2021-11,4209,687

store/H26-Oct-2021-132,121108,575

templates/H03-May-2022-694617

testlib/H26-Oct-2021-909689

tests/H03-May-2022-3,2052,810

utils/H26-Oct-2021-7,1145,803

vendor/H03-May-2022-1,830,5071,532,616

web/H26-Oct-2021-5,1904,037

wsapi/H26-Oct-2021-229168

.codecov.ymlH A D26-Oct-2021117 86

.editorconfigH A D26-Oct-2021372 2820

.gitignoreH A D26-Oct-20211.4 KiB12498

.gitlab-ci.ymlH A D26-Oct-20214.6 KiB161151

.golangci.ymlH A D26-Oct-2021933 5145

.sass-lint.ymlH A D26-Oct-20213.7 KiB179177

CHANGELOG.mdH A D26-Oct-2021142 42

CODEOWNERSH A D26-Oct-202129 21

CONTRIBUTING.mdH A D26-Oct-2021609 63

MakefileH A D26-Oct-202127.2 KiB669508

README.mdH A D26-Oct-20216.2 KiB9563

SECURITY.mdH A D26-Oct-20212 KiB2615

config.mkH A D26-Oct-2021782 285

docker-compose.makefile.ymlH A D26-Oct-20212.3 KiB104102

docker-compose.yamlH A D26-Oct-20215.8 KiB233226

go.modH A D26-Oct-20217 KiB157153

go.sumH A D26-Oct-2021154.7 KiB1,6061,605

go.tools.modH A D26-Oct-2021721 1815

go.tools.sumH A D26-Oct-202185.5 KiB875874

README.md

1# [![Mattermost](https://user-images.githubusercontent.com/33878967/33095422-7c8aa7a4-ceb8-11e7-810a-4b261fdff6d6.png)](https://mattermost.org)
2
3Mattermost is an open source, private cloud, Slack-alternative from [https://mattermost.com](https://mattermost.com).
4
5It's written in Golang and React and runs as a single Linux binary with MySQL or PostgreSQL. Every month on the 16th [a new compiled version is released under an MIT license](https://www.mattermost.com/download/).
6
7- [Review product documentation](http://docs.mattermost.com/).
8- [Review developer documentation](http://developers.mattermost.com/).
9- [Download compiled version](https://mattermost.com/download).
10
11<img width="1006" alt="screenshot at nov 29 14-11-32" src="https://user-images.githubusercontent.com/13119842/56807911-1bf66f00-67fe-11e9-9b7b-96ce9ceab645.png">
12
13Table of Contents
14=================
15
16  * [Try out Mattermost](#try-out-mattermost)
17  * [Deploy on Heroku](#deploy-on-heroku)
18  * [Deploy on a Cloud Platform via Bitnami](#deploy-on-a-cloud-platform-via-bitnami)
19  * [Install on Your Own Machine](#install-on-your-own-machine)
20  * [Native Mobile and Desktop Apps](#native-mobile-and-desktop-apps)
21  * [Get Security Bulletins](#get-security-bulletins)
22  * [Get Involved](#get-involved)
23  * [Learn More](#learn-more)
24  * [Get the Latest News](#get-the-latest-news)
25  * [Contributing](#contributing)
26
27## Try out Mattermost
28
29- [Join the Mattermost Contributor's server](https://community.mattermost.com/signup_user_complete/?id=codoy5s743rq5mk18i7u5ksz7e) to join community discussions about contributions, development and more
30- [Get started with Mattermost Cloud](https://customers.mattermost.com/cloud/signup) to try out Mattermost
31
32## Deploy on Heroku
33
34[![Deploy a Preview](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/mattermost/mattermost-heroku)
35
36_Note: Heroku preview does not include email or persistent storage_
37
38## Deploy on a Cloud Platform via Bitnami
39
40[Auto-deploy Mattermost](https://mattermost.com/download/#bitnami) to Amazon Web Services, Azure, Google Cloud Platform, or Oracle Cloud Platform via Bitnami.
41
42## Install on Your Own Machine
43
44- [One-line Docker Preview](http://docs.mattermost.com/install/docker-local-machine.html#one-line-docker-install)
45- [Developer Machine Setup](https://developers.mattermost.com/contribute/server/developer-setup)
46- [Production Install Guides using Linux Binary](https://mattermost.com/download/)
47- [Production Docker Install](https://docs.mattermost.com/install/prod-docker.html)
48
49## Native Mobile and Desktop Apps
50
51In addition to the web interface, you can also download Mattermost clients for [Android](https://play.google.com/store/apps/details?id=com.mattermost.rn), [iOS](https://itunes.apple.com/us/app/mattermost/id1257222717?mt=8), [Windows PC](https://docs.mattermost.com/install/desktop.html#windows-10-windows-8-1-windows-7), [Mac OSX](https://docs.mattermost.com/install/desktop.html#macos-10-9), and [Linux](https://docs.mattermost.com/install/desktop.html#linux).
52
53[![Google Play](https://user-images.githubusercontent.com/33878967/33095356-39b6fbf8-ceb8-11e7-8a61-c3a18fa5e658.png)](https://play.google.com/store/apps/details?id=com.mattermost.rn)  [![App Store](https://user-images.githubusercontent.com/33878967/33095353-397e69b4-ceb8-11e7-8175-f95a97d5274f.png)](https://itunes.apple.com/us/app/mattermost/id1257222717?mt=8)  [![Windows PC](https://user-images.githubusercontent.com/33878967/33095357-39cab8d2-ceb8-11e7-89a6-67dccc571ca3.png)](https://docs.mattermost.com/install/desktop.html#windows-10-windows-8-1-windows-7)  [![Mac OSX](https://user-images.githubusercontent.com/33878967/33095355-39a36f2a-ceb8-11e7-9b33-73d4f6d5d6c1.png)](https://docs.mattermost.com/install/desktop.html#macos-10-9)  [![Linux](https://user-images.githubusercontent.com/33878967/33095354-3990e256-ceb8-11e7-965d-b00a16e578de.png)](https://docs.mattermost.com/install/desktop.html#linux)
54
55## Get Security Bulletins
56
57Receive notifications of critical security updates. The sophistication of online attackers is perpetually increasing. If you are deploying Mattermost it is highly recommended you subscribe to the Mattermost Security Bulletin mailing list for updates on critical security releases.
58
59- [Subscribe here](https://mattermost.com/blog/category/security-updates/)
60
61## Get Involved
62
63- [Contribute Code](https://developers.mattermost.com/contribute/getting-started/)
64- [Find "Help Wanted" projects](https://github.com/mattermost/mattermost-server/issues?page=1&q=is%3Aissue+is%3Aopen+%22Help+Wanted%22&utf8=%E2%9C%93)
65- [Join Developer Discussion on a Mattermost Server for contributors](https://community.mattermost.com/signup_user_complete/?id=f1924a8db44ff3bb41c96424cdc20676)
66- [File Bugs](http://www.mattermost.org/filing-issues/)
67- [Share Feature Ideas](https://www.mattermost.org/feature-ideas/)
68- [Get Troubleshooting Help](https://forum.mattermost.org/t/how-to-use-the-troubleshooting-forum/150)
69- [Help translate Mattermost](https://handbook.mattermost.com/contributors/contributors/localization)
70
71## Learn More
72
73- [API Options - webhooks, slash commands, drivers and web service](https://api.mattermost.com/)
74- [See who's using Mattermost](https://mattermost.com/blog/category/customer-stories/)
75- [Browse over 700 Mattermost integrations](https://integrations.mattermost.com/)
76
77## License
78
79See the [LICENSE file](LICENSE.txt) for license rights and limitations.
80
81## Get the Latest News
82
83- **Twitter** - Follow [Mattermost](https://twitter.com/mattermost).
84- **Blog** - Get the latest updates from the [Mattermost blog](https://mattermost.com/blog/).
85- **Facebook** - Follow [Mattermost](https://www.facebook.com/MattermostHQ).
86- **LinkedIn** - Follow [Mattermost](https://www.linkedin.com/company/mattermost/).
87- **Email** - Subscribe to our [newsletter](http://mattermost.us11.list-manage.com/subscribe?u=6cdba22349ae374e188e7ab8e&id=2add1c8034) (1 or 2 per month).
88- **Mattermost** - Join the ~contributors channel on [the Mattermost Community Server](https://community.mattermost.com).
89- **IRC** - Join the #matterbridge channel on [Freenode](https://freenode.net/) (thanks to [matterircd](https://github.com/42wim/matterircd)).
90
91## Contributing
92Please see [CONTRIBUTING.md](./CONTRIBUTING.md).
93
94Any other questions, mail us at info@mattermost.com. We’d love to meet you!
95