summaryrefslogtreecommitdiffstats
path: root/doc/install
diff options
context:
space:
mode:
authorchuck5 <cahoyandy@gmail.com>2015-10-01 12:35:42 -0700
committerchuck5 <cahoyandy@gmail.com>2015-10-01 12:35:42 -0700
commit89bed8ddfcb37b3c3d574e432b39b0eb915dd2c9 (patch)
tree03e571130ac3af67b0a4e621228128ca2fc6ffdf /doc/install
parente0c3d74146ffa608aa83a5e44e52976b9a7f56d2 (diff)
downloadchat-89bed8ddfcb37b3c3d574e432b39b0eb915dd2c9.tar.gz
chat-89bed8ddfcb37b3c3d574e432b39b0eb915dd2c9.tar.bz2
chat-89bed8ddfcb37b3c3d574e432b39b0eb915dd2c9.zip
Changed comma to period to correct grammar error.
Diffstat (limited to 'doc/install')
-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 866b1bdbe..8038a43d2 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: