summaryrefslogtreecommitdiffstats
path: root/doc/install/Production-Ubuntu.md
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 17:10:27 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 17:10:27 +0500
commit17681c2b18df00a70d1fdba0c7c45c91db8477a8 (patch)
treee4c6a7e4f077e8f13eee273a966f2c187b4db984 /doc/install/Production-Ubuntu.md
parent06fbb8b7dfbf03832163c75e84fb5e6899f2c655 (diff)
parent4c297d05f7cfbcfc4011fa25b8badfc6883c2c22 (diff)
downloadchat-17681c2b18df00a70d1fdba0c7c45c91db8477a8.tar.gz
chat-17681c2b18df00a70d1fdba0c7c45c91db8477a8.tar.bz2
chat-17681c2b18df00a70d1fdba0c7c45c91db8477a8.zip
Merge branch 'master' of https://github.com/mattermost/platform into ui-improvements
Diffstat (limited to 'doc/install/Production-Ubuntu.md')
-rw-r--r--doc/install/Production-Ubuntu.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index d2490062d..0f1373c1a 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -1,7 +1,7 @@
# Production Installation on Ubuntu 14.04 LTS
-## Install Ubuntu Server 14.04 LTS
-1. Set up 3 machines with Ubuntu 14.04 with 2GB of RAM or more. The servers will be used for the Load Balancer, Mattermost, and Database.
+## Install Ubuntu Server (x64) 14.04 LTS
+1. Set up 3 machines with Ubuntu 14.04 with 2GB of RAM or more. The servers will be used for the Load Balancer, Mattermost (this must be x64 to use pre-built binaries), and Database.
1. Make sure the system is up to date with the most recent security patches.
* ``` sudo apt-get update```
* ``` sudo apt-get upgrade```