summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-12-16 14:15:18 -0800
committerit33 <iantien@gmail.com>2015-12-16 14:15:18 -0800
commit4f881046bf2a4c74fb44d71e2e78826c70719a8c (patch)
tree4821556d7329e33b9334fe70bb7cb36399cbca24 /doc
parent791129de2fa7db22ee2b23b97d4040c288110e97 (diff)
downloadchat-4f881046bf2a4c74fb44d71e2e78826c70719a8c.tar.gz
chat-4f881046bf2a4c74fb44d71e2e78826c70719a8c.tar.bz2
chat-4f881046bf2a4c74fb44d71e2e78826c70719a8c.zip
Clarifying single machine install works as well
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Production-Ubuntu.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index 1022f30cf..f8fcff978 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -2,7 +2,8 @@
## 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.
+ - **Optional:** You can also use a single machine for all 3 components in this install guide, depending on the standards of your data center.
+2. Make sure the system is up to date with the most recent security patches.
* ``` sudo apt-get update```
* ``` sudo apt-get upgrade```