Show More
@@ -3,20 +3,20 b'' | |||
|
3 | 3 | PostgreSQL |
|
4 | 4 | ---------- |
|
5 | 5 | |
|
6 |
To use a PostgreSQL database you should install and configure |
|
|
7 |
before installing |RCV|. This is because |
|
|
8 |
setup |
|
|
6 | To use a PostgreSQL database, you should install and configure the database | |
|
7 | before installing |RCV|. This is because during |RCV| installation you will | |
|
8 | setup the connection to your PostgreSQL database. To work with PostgreSQL, | |
|
9 | 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 | 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 | 14 | with |RCV|. |
|
15 | 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 | 18 | * Your network IP Address |
|
19 |
* The port number for |
|
|
19 | * The port number for PostgreSQL access; the default port is ``5434`` | |
|
20 | 20 | * Your database username |
|
21 | 21 | * Your database password |
|
22 | 22 | * A new database name |
General Comments 0
You need to be logged in to leave comments.
Login now