summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-01 15:28:55 -0700
committerit33 <iantien@gmail.com>2015-10-01 15:28:55 -0700
commit768d90a11852ccf3f49ba63a705d774e0723ae57 (patch)
tree472e5ff0f176e3fe9fce4076cb0f17873200bd2d /doc
parent013df9f6614fcf8816dc29bc8f07d05a605e47e0 (diff)
parent89bed8ddfcb37b3c3d574e432b39b0eb915dd2c9 (diff)
downloadchat-768d90a11852ccf3f49ba63a705d774e0723ae57.tar.gz
chat-768d90a11852ccf3f49ba63a705d774e0723ae57.tar.bz2
chat-768d90a11852ccf3f49ba63a705d774e0723ae57.zip
Merge pull request #897 from chuck5/patch-1
Changed comma to period to correct grammar error.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/prod-ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/prod-ubuntu.md b/doc/install/prod-ubuntu.md
index 20c4976d7..946f49f38 100644
--- a/doc/install/prod-ubuntu.md
+++ b/doc/install/prod-ubuntu.md
@@ -31,7 +31,7 @@
* ``` wget https://github.com/mattermost/platform/releases/download/v1.0.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`.
+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. 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: