summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-06 11:11:30 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-06 11:11:30 -0500
commitcb1995eac24f4102945ea9735eb89a11c77ebdde (patch)
tree9f938af686c94551a1d95c6101b1091ebd9a1ce9
parent0d1fe806a06df9a0fcc97694d0c9e96835bbfb0b (diff)
parentbc315c352a1a4dd9728cc1b820c98568129d1cb8 (diff)
downloadchat-cb1995eac24f4102945ea9735eb89a11c77ebdde.tar.gz
chat-cb1995eac24f4102945ea9735eb89a11c77ebdde.tar.bz2
chat-cb1995eac24f4102945ea9735eb89a11c77ebdde.zip
Merge pull request #1326 from mattermost/it33-patch-2
Adding doc links
-rw-r--r--doc/README.md29
1 files changed, 24 insertions, 5 deletions
diff --git a/doc/README.md b/doc/README.md
index 1b9cc759d..7ed20fba6 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -3,32 +3,51 @@
## Installation
#### Preview Installation
-Get up and running quickly with Docker-based install
+See what Mattermost has to offer in a Docker-based preview install
+Local Machine:
+- [One-line Docker Install](install/Docker-Single-Container.md#one-line-docker-install)
+- [Mac OS X install](install/Docker-Single-Container.md#mac-osx)
+- [Ubuntu Install](install/Docker-Single-Container.md#ubuntu)
+- [Arch Install](install/Docker-Single-Container.md#arch)
+
+Service Based:
- [AWS Elastic Beanstalk Setup](install/Amazon-Elastic-Beanstalk.md)
-- [Docker Single Container Preview Setup](install/Docker-Single-Container.md)
+
+Optional:
- [SMTP Email Setup](install/SMTP-Email-Setup.md)
- [System Console Settings](install/Configuration-Settings.md)
#### Production Installation
-Set up Mattermost in your data center
+Set up Mattermost in your data center using compiled binaries
- [Software and Hardware Requirements](install/Requirements.md)
- [Production Ubuntu Setup](install/Production-Ubuntu.md)
- [SMTP Email Setup](install/SMTP-Email-Setup.md)
- [System Console Settings](install/Configuration-Settings.md)
+- [Trouble Shooting Guide](install/Troubleshooting.md)
+
+Optional
+- [Community Guide for Production Debian Setup](install/Production-Debian.md)
#### Configuration and Management
- [System Console Settings](install/Configuration-Settings.md)
- [GitLab SSO Configuration](integrations/Single-Sign-On/Gitlab.md)
-- [Mattermost Release Numbering Scheme](install/Release-Numbering.md)
+- [Mattermost Release Numbering and Schedule](install/Release-Numbering.md)
+
+#### System Upgrades
+Procedures for upgrading the Mattermost server
+- [Mattermost Release Numbering and Schedule](install/Release-Numbering.md)
+- [Upgrade Guide](install/Upgrade-Guide.md)
## Developer Documentation
-- [Code Contribution Guidelines](developer/Code-Contribution-Guidelines.md)
+- [Code Contribution Guidelines](https://github.com/mattermost/platform/blob/master/CONTRIBUTING.md)
- [Developer Machine Setup](developer/Setup.md)
- [Mattermost Style Guide](developer/Style-Guide.md)
- [API Overview](developer/API.md)
- [Incoming Webhooks](integrations/webhooks/Incoming-Webhooks.md)
+ - [Outgoing Webhooks](integrations/webhooks/Outgoing-Webhooks.md)
+ - [Web Service API](developer/API-Web-Service.md)
## Help