summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-06 07:26:40 -0700
committerit33 <iantien@gmail.com>2015-10-06 07:26:40 -0700
commit25614483592a753f8dadb7fa9b520209c57c59a8 (patch)
tree800cdc0c8e7255d0110b26f8a98715b1e326083f /doc
parent22c18b5ff6087bcc1eaf81a54c038d81864b28be (diff)
downloadchat-25614483592a753f8dadb7fa9b520209c57c59a8.tar.gz
chat-25614483592a753f8dadb7fa9b520209c57c59a8.tar.bz2
chat-25614483592a753f8dadb7fa9b520209c57c59a8.zip
Update Production-Ubuntu.md
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Production-Ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index 0f1373c1a..05a56c412 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -8,7 +8,7 @@
## Set up Database Server
1. For the purposes of this guide we will assume this server has an IP address of 10.10.10.1
-1. Install PostgreSQL 9.3+ (or MySQL 5.2+)
+1. Install PostgreSQL 9.3+ (or MySQL 5.6+)
* ``` sudo apt-get install postgresql postgresql-contrib```
1. PostgreSQL created a user account called `postgres`. You will need to log into that account with:
* ``` sudo -i -u postgres```