summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason <bochi28@gmail.com>2015-11-07 18:37:13 -0500
committerJason <bochi28@gmail.com>2015-11-07 18:37:13 -0500
commite706c5732e268d5a3db13c2e7ae08d71ee0b0899 (patch)
treea2a5853473c5f9aaf85f30220df8a253d56c6a36
parent21f694862a7e7b33cdbd396baa1ef050eac80d20 (diff)
downloadchat-e706c5732e268d5a3db13c2e7ae08d71ee0b0899.tar.gz
chat-e706c5732e268d5a3db13c2e7ae08d71ee0b0899.tar.bz2
chat-e706c5732e268d5a3db13c2e7ae08d71ee0b0899.zip
Grammar Correction
Removed the 's' from settings @line 35
-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 ec0c1c96b..e792a551c 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -32,7 +32,7 @@
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`.
-1. We have also elected to run the Mattermost Server as the `ubuntu` account for simplicity. We recommend settings up and running the service under a `mattermost` user account with limited permissions.
+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. 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`.
* Create the directory by typing:
* ``` sudo mkdir -p /mattermost/data```