summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-17 13:27:21 -0800
committerCorey Hulen <corey@hulen.com>2015-12-17 13:27:21 -0800
commitc7dff2dd7ec940917e447a6dc4eb9ce702e79a64 (patch)
tree2343cf2ea0b356b5320fcbfb9085c0c6a73fbe6f /doc
parent40a1e81f883f096d013fb4cbffbd899e3ea2231f (diff)
parentcc4a54df245502c5ab4ba85520ab6580fca13300 (diff)
downloadchat-c7dff2dd7ec940917e447a6dc4eb9ce702e79a64.tar.gz
chat-c7dff2dd7ec940917e447a6dc4eb9ce702e79a64.tar.bz2
chat-c7dff2dd7ec940917e447a6dc4eb9ce702e79a64.zip
Merge pull request #1744 from cifvts/patch-3
Fix Mattermost version in download link
Diffstat (limited to 'doc')
-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 5af5fd7c0..3d4a87b70 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -44,7 +44,7 @@
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`.
1. We have also elected to run the Mattermost Server as the `ubuntu` account for simplicity. We recommend setting up and running the service under a `mattermost` user account with limited permissions.
1. Download the latest Mattermost Server by typing:
- * ``` wget https://github.com/mattermost/platform/releases/download/v1.2.1/mattermost.tar.gz```
+ * ``` wget https://github.com/mattermost/platform/releases/download/v1.3.0/mattermost.tar.gz```
1. Unzip the Mattermost Server by typing:
* ``` tar -xvzf mattermost.tar.gz```
1. Create the storage directory for files. We assume you will have attached a large drive for storage of images and files. For this setup we will assume the directory is located at `/mattermost/data`.