summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoramyblais <amy_blais@hotmail.com>2017-11-30 16:50:21 -0500
committerJoram Wilander <jwawilander@gmail.com>2017-11-30 16:50:21 -0500
commit422292eea08c21e5cbd85d4d22524a7caea5ecdc (patch)
treefbe83f8c6aa4409cd4e1215b9dc3d9a91b5b57a0 /README.md
parent8701479e1a7d960dc8b15db78a318c18f5de5e8a (diff)
downloadchat-422292eea08c21e5cbd85d4d22524a7caea5ecdc.tar.gz
chat-422292eea08c21e5cbd85d4d22524a7caea5ecdc.tar.bz2
chat-422292eea08c21e5cbd85d4d22524a7caea5ecdc.zip
Update README.md (#7911)
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 31 insertions, 10 deletions
diff --git a/README.md b/README.md
index af770604b..ed95223a6 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,49 @@
-# Mattermost
+# [![Mattermost](https://user-images.githubusercontent.com/33878967/33095422-7c8aa7a4-ceb8-11e7-810a-4b261fdff6d6.png)](https://mattermost.org)
-Mattermost is an open source, self-hosted Slack-alternative from [https://mattermost.org](https://mattermost.org).
+Mattermost is an open source, private cloud, Slack-alternative from [https://mattermost.org](https://mattermost.org).
-It's written in Golang and React and runs as a single Linux binary with MySQL or Postgres. Every month on the 16th [a new compiled version is released under an MIT license](https://www.mattermost.org/download/).
+It'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.org/download/).
- [Review product documentation](http://docs.mattermost.com/).
- [Download compiled version](https://mattermost.org/download).
-Try out Mattermost:
+<img width="1006" alt="screenshot at nov 29 14-11-32" src="https://user-images.githubusercontent.com/29708087/33394101-404e23e4-d50f-11e7-8fe5-99d4802a9768.png">
+
+## Try out Mattermost
- [Join the Mattermost Contributor's server](https://pre-release.mattermost.com/) (latest nightly builds, unstable)
- [Join the Mattermost Demo server](https://demo.mattermost.com) (latest stable version)
-Deploy on Heroku
+## Deploy on Heroku
[![Deploy a Preview](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/mattermost/mattermost-heroku)
_Note: Heroku preview does not include email or persistent storage_
-Install on your own machine:
+## Deploy on a Cloud Platform via Bitnami
+
+[Auto-deploy Mattermost](https://about.mattermost.com/download/#bitnami) to Amazon Web Services, Azure, Google Cloud Platform, or Oracle Cloud Platform via Bitnami.
+
+## Install on Your Own Machine
- [One-line Docker Preview](http://docs.mattermost.com/install/docker-local-machine.html#one-line-docker-install)
- [Developer Machine Setup](https://docs.mattermost.com/developer/dev-setup.html)
- [Production Install Guides using Linux Binary](http://www.mattermost.org/installation/)
- [Production Docker Install](https://docs.mattermost.com/install/prod-docker.html)
-Get Involved:
+## Native Mobile and Desktop Apps
+
+In addition to the web interface, you can also download Mattermost clients for [Android](https://about.mattermost.com/mattermost-android-app/), [iOS](https://about.mattermost.com/mattermost-ios-app/), [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#mac-os-x-10-9), and [Linux](https://docs.mattermost.com/install/desktop.html#linux-beta).
+
+[![Google Play](https://user-images.githubusercontent.com/33878967/33095356-39b6fbf8-ceb8-11e7-8a61-c3a18fa5e658.png)](https://about.mattermost.com/mattermost-android-app/) [![App Store](https://user-images.githubusercontent.com/33878967/33095353-397e69b4-ceb8-11e7-8175-f95a97d5274f.png)](https://about.mattermost.com/mattermost-ios-app/) [![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#mac-os-x-10-9) [![Linux](https://user-images.githubusercontent.com/33878967/33095354-3990e256-ceb8-11e7-965d-b00a16e578de.png)](https://docs.mattermost.com/install/desktop.html#linux-beta)
+
+## Get Security Bulletins
+
+Receive 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.
+
+- [Subscribe here](https://about.mattermost.com/security-bulletin/)
+
+## Get Involved
- [Contribute Code](http://docs.mattermost.com/developer/contribution-guide.html)
- [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)
@@ -33,15 +51,18 @@ Get Involved:
- [File Bugs](http://www.mattermost.org/filing-issues/)
- [Share Feature Ideas](https://www.mattermost.org/feature-ideas/)
- [Get Troubleshooting Help](https://forum.mattermost.org/t/how-to-use-the-troubleshooting-forum/150)
+- [Help translate Mattermost](http://docs.mattermost.com/developer/localization.html#translation-process)
-Learn More:
+## Learn More
- [API Options - webhooks, slash commands, drivers and web service](https://api.mattermost.com/)
-- [Localization Guide](http://docs.mattermost.com/developer/localization.html#translation-process)
+- [See who's using Mattermost](https://about.mattermost.com/success-stories/)
+- [Browse over 700 Mattermost integrations](https://about.mattermost.com/community-applications/)
-Get the Latest News:
+## Get the Latest News
- **Twitter** - Follow [MattermostHQ](https://twitter.com/mattermosthq)
+- **Blog** - Get the latest updates from the [Mattermost blog](https://about.mattermost.com/blog/).
- **Email** - Subscribe to our [newsletter](http://mattermost.us11.list-manage.com/subscribe?u=6cdba22349ae374e188e7ab8e&id=2add1c8034) (1 or 2 per month)
- **IRC** - Join us on #matterbridge (thanks to [matterircd](https://github.com/42wim/matterircd))