From df366bf250dd9ae4ee273d2203453ec792332d91 Mon Sep 17 00:00:00 2001 From: lisaq Date: Wed, 17 Aug 2016 16:20:49 +0200 Subject: [PATCH] docs: fixing errors in PostgreSQL setup fixes #4174 --- docs/install/using-postgresql.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/install/using-postgresql.rst b/docs/install/using-postgresql.rst index e2d91146..db41ffc9 100644 --- a/docs/install/using-postgresql.rst +++ b/docs/install/using-postgresql.rst @@ -3,20 +3,20 @@ PostgreSQL ---------- -To use a PostgreSQL database you should install and configurevthe database -before installing |RCV|. This is becausevduring |RCV| installation you will -setup a connection to your PostgreSQL database. To work with PostgreSQL, +To use a PostgreSQL database, you should install and configure the database +before installing |RCV|. This is because during |RCV| installation you will +setup the connection to your PostgreSQL database. To work with PostgreSQL, use the following steps: -1. Depending on your |os|, install avPostgreSQL database following the +1. Depending on your |os|, install a PostgreSQL database following the appropriate instructions from the `PostgreSQL website`_. -2. Configure the database with a username and password which you will use +2. Configure the database with a username and password, which you will use with |RCV|. 3. Install |RCV|, and during installation select PostgreSQL as your database. -4. Enter the following information to during the database setup: +4. Enter the following information during the database setup: * Your network IP Address - * The port number for MySQL access. The default MySQL port is ``5434`` + * The port number for PostgreSQL access; the default port is ``5434`` * Your database username * Your database password * A new database name