summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-30 08:30:45 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-30 08:30:45 -0500
commitce259ad7f1ce8a52b7fc5af7542a101acf71173e (patch)
treee7821b9b6ea9c56de3902459d1e22a301c39d43d /doc
parent9e464f3d1304b4d10f8d76903006ff02e7937af3 (diff)
parent67057ff72bae1eb67f4175cfbf939b8f97c08bf3 (diff)
downloadchat-ce259ad7f1ce8a52b7fc5af7542a101acf71173e.tar.gz
chat-ce259ad7f1ce8a52b7fc5af7542a101acf71173e.tar.bz2
chat-ce259ad7f1ce8a52b7fc5af7542a101acf71173e.zip
Merge pull request #1544 from npcode/fix-productun-ubuntu.md
Fix productun ubuntu.md
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Production-Ubuntu.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index 482c2a0ba..d6b98981c 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -37,18 +37,18 @@
## Set up Mattermost Server
1. For the purposes of this guide we will assume this server has an IP address of 10.10.10.2
+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 setting up and running the service under a `mattermost` user account with limited permissions.
1. Download the latest Mattermost Server by typing:
* ``` wget https://github.com/mattermost/platform/releases/download/v1.2.1/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. 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```
* Set the ubuntu account as the directory owner by typing:
* ``` sudo chown -R ubuntu /mattermost```
-1. Configure Mattermost Server by editing the config.json file at /home/ubuntu/mattermost/config`
+1. Configure Mattermost Server by editing the config.json file at `/home/ubuntu/mattermost/config`
* ``` cd ~/mattermost/config```
* Edit the file by typing:
* ``` vi config.json```