summaryrefslogtreecommitdiffstats
path: root/doc/install/Production-Ubuntu.md
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-17 11:29:28 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-17 11:29:28 -0800
commit08f330de2f9e2412107a466b54cbc2df2ab6c741 (patch)
tree4149369f40cc05716e039da67f1d41d91a417063 /doc/install/Production-Ubuntu.md
parent58358ddd7cd0152bf16a7326e1d595524fb51246 (diff)
downloadchat-08f330de2f9e2412107a466b54cbc2df2ab6c741.tar.gz
chat-08f330de2f9e2412107a466b54cbc2df2ab6c741.tar.bz2
chat-08f330de2f9e2412107a466b54cbc2df2ab6c741.zip
rhel-install
Diffstat (limited to 'doc/install/Production-Ubuntu.md')
-rw-r--r--doc/install/Production-Ubuntu.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index f8fcff978..5af5fd7c0 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -34,6 +34,9 @@
* host all all 10.10.10.2/32 md5
1. Reload Postgres database
* ```sudo /etc/init.d/postgresql reload```
+1. Attempt to connect with the new created user to verify everything looks good
+ * ```psql --host=10.10.10.1 --dbname=mattermost --username=mmuser --password```
+ * ```mattermost=> \q```
## Set up Mattermost Server
@@ -73,7 +76,7 @@ respawn
chdir /home/ubuntu/mattermost
setuid ubuntu
exec bin/platform
-```
+```
* You can manage the process by typing:
* ``` sudo start mattermost```
* Verify the service is running by typing:
@@ -102,7 +105,7 @@ exec bin/platform
* Create a configuration for Mattermost
* ``` sudo touch /etc/nginx/sites-available/mattermost```
* Below is a sample configuration with the minimum settings required to configure Mattermost
- ```
+```
server {
server_name mattermost.example.com;
location / {
@@ -172,8 +175,9 @@ exec bin/platform
gzip off;
proxy_set_header X-Forwarded-Ssl on;
```
-## Finish Mattermost Server setup
+
+## Finish Mattermost Server setup
1. Navigate to https://mattermost.example.com and create a team and user.
1. The first user in the system is automatically granted the `system_admin` role, which gives you access to the System Console.
1. From the `town-square` channel click the dropdown and choose the `System Console` option