summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Production-Ubuntu.md10
-rw-r--r--doc/process/documentation-guidelines.md4
2 files changed, 12 insertions, 2 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index e792a551c..098707ada 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -24,6 +24,16 @@
* ```postgre=# \q```
1. You can exit the postgres account by typing:
* ``` exit```
+1. Allow Postgres to listen on all assigned IP Addresses
+ * ```sudo vi /etc/postgresql/9.3/main/postgresql.conf```
+ * Uncomment 'listen_addresses' and change 'localhost' to '*'
+1. Alter pg_hba.conf to allow the mattermost server to talk to the postgres database
+ * ```sudo vi /etc/postgresql/9.3/main/pg_hba.conf```
+ * Add the following line to the 'IPv4 local connections'
+ * host all all 10.10.10.2/32 md5
+1. Reload Postgres database
+ * ```sudo /etc/init.d/postgresql reload```
+
## 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
diff --git a/doc/process/documentation-guidelines.md b/doc/process/documentation-guidelines.md
index f37f0c5fc..59ed0a445 100644
--- a/doc/process/documentation-guidelines.md
+++ b/doc/process/documentation-guidelines.md
@@ -49,7 +49,7 @@ Headings in markdown provide anchors that can be used to easily reference sub-se
##### Step 1: Add a heading
This makes things easier to reference via hyperlinks
##### Step 2: Link to headings
-So things are eariser to find
+So things are easier to find
----
##### Incorrect:
@@ -58,7 +58,7 @@ So things are eariser to find
**Step 1: Add a heading**
This makes things easier to reference via hyperlinks
**Step 2: Link to headings**
-So things are eariser to find
+So things are easier to find
----
### Use appropriate heading case