Show More
@@ -3,20 +3,20 b'' | |||||
3 | PostgreSQL |
|
3 | PostgreSQL | |
4 | ---------- |
|
4 | ---------- | |
5 |
|
5 | |||
6 |
To use a PostgreSQL database you should install and configure |
|
6 | To use a PostgreSQL database, you should install and configure the database | |
7 |
before installing |RCV|. This is because |
|
7 | before installing |RCV|. This is because during |RCV| installation you will | |
8 |
setup |
|
8 | setup the connection to your PostgreSQL database. To work with PostgreSQL, | |
9 | use the following steps: |
|
9 | use the following steps: | |
10 |
|
10 | |||
11 |
1. Depending on your |os|, install a |
|
11 | 1. Depending on your |os|, install a PostgreSQL database following the | |
12 | appropriate instructions from the `PostgreSQL website`_. |
|
12 | appropriate instructions from the `PostgreSQL website`_. | |
13 | 2. Configure the database with a username and password which you will use |
|
13 | 2. Configure the database with a username and password, which you will use | |
14 | with |RCV|. |
|
14 | with |RCV|. | |
15 | 3. Install |RCV|, and during installation select PostgreSQL as your database. |
|
15 | 3. Install |RCV|, and during installation select PostgreSQL as your database. | |
16 |
4. Enter the following information |
|
16 | 4. Enter the following information during the database setup: | |
17 |
|
17 | |||
18 | * Your network IP Address |
|
18 | * Your network IP Address | |
19 |
* The port number for |
|
19 | * The port number for PostgreSQL access; the default port is ``5434`` | |
20 | * Your database username |
|
20 | * Your database username | |
21 | * Your database password |
|
21 | * Your database password | |
22 | * A new database name |
|
22 | * A new database name |
General Comments 0
You need to be logged in to leave comments.
Login now