summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-15 06:07:39 -0700
committerit33 <iantien@gmail.com>2015-10-15 06:07:39 -0700
commitfeff0e98f52cdf913f03f66b0bdaa844bcb439f4 (patch)
treefbaaab452c5764af28e006d76c6188bae2ecac44 /doc
parente9e2bd6e3d5ab451e7b74d1f9b0ff256f973f5b8 (diff)
downloadchat-feff0e98f52cdf913f03f66b0bdaa844bcb439f4.tar.gz
chat-feff0e98f52cdf913f03f66b0bdaa844bcb439f4.tar.bz2
chat-feff0e98f52cdf913f03f66b0bdaa844bcb439f4.zip
Update Production-Ubuntu.md
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 05a56c412..87f8edb84 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -28,7 +28,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.0.0/mattermost.tar.gz```
+ * ``` wget https://github.com/mattermost/platform/releases/download/v1.1.0/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`.