summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorsexybern <bernardblundell@gmail.com>2015-10-05 13:12:17 +0100
committersexybern <bernardblundell@gmail.com>2015-10-05 13:12:17 +0100
commitfead69769dcf223ebd48f2c09f7b529c672a1c7f (patch)
tree85de6dea337afca81f08e8d230be49d634590d8b /doc/install
parent44ceedc2ad2ea193cedb71865931dcdc1624ed2b (diff)
downloadchat-fead69769dcf223ebd48f2c09f7b529c672a1c7f.tar.gz
chat-fead69769dcf223ebd48f2c09f7b529c672a1c7f.tar.bz2
chat-fead69769dcf223ebd48f2c09f7b529c672a1c7f.zip
Update prod-ubuntu.md
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/prod-ubuntu.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/prod-ubuntu.md b/doc/install/prod-ubuntu.md
index d2490062d..0f1373c1a 100644
--- a/doc/install/prod-ubuntu.md
+++ b/doc/install/prod-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```