summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorAndrea Agosti <cifvts@gmail.com>2015-11-17 09:29:47 +0100
committerAndrea Agosti <cifvts@gmail.com>2015-11-17 09:29:47 +0100
commit6bac2f97b625beaf75dd59e7bcae8a9913f88ecf (patch)
treed8730e70210d1f8c1da468bee9bfe920ba30edc2 /doc/install
parent1edf69f35b15a19dceba9fc9408c44b363194df2 (diff)
downloadchat-6bac2f97b625beaf75dd59e7bcae8a9913f88ecf.tar.gz
chat-6bac2f97b625beaf75dd59e7bcae8a9913f88ecf.tar.bz2
chat-6bac2f97b625beaf75dd59e7bcae8a9913f88ecf.zip
Fix Mattermost version in download link
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/Production-Ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index 098707ada..482c2a0ba 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -38,7 +38,7 @@
## Set up Mattermost Server
1. For the purposes of this guide we will assume this server has an IP address of 10.10.10.2
1. Download the latest Mattermost Server by typing:
- * ``` wget https://github.com/mattermost/platform/releases/download/v1.1.0/mattermost.tar.gz```
+ * ``` wget https://github.com/mattermost/platform/releases/download/v1.2.1/mattermost.tar.gz```
1. Unzip the Mattermost Server by typing:
* ``` tar -xvzf mattermost.tar.gz```
1. For the sake of making this guide simple we located the files at `/home/ubuntu/mattermost`. In the future we will give guidance for storing under `/opt`.