using-postgresql.rst
24 lines
| 907 B
| text/x-rst
|
RstLexer
r1 | .. _install-postgresql-database: | |||
PostgreSQL | ||||
---------- | ||||
r672 | 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, | ||||
r1 | use the following steps: | |||
r672 | 1. Depending on your |os|, install a PostgreSQL database following the | |||
r1 | appropriate instructions from the `PostgreSQL website`_. | |||
r672 | 2. Configure the database with a username and password, which you will use | |||
r1 | with |RCV|. | |||
3. Install |RCV|, and during installation select PostgreSQL as your database. | ||||
r672 | 4. Enter the following information during the database setup: | |||
r1 | ||||
* Your network IP Address | ||||
r672 | * The port number for PostgreSQL access; the default port is ``5434`` | |||
r1 | * Your database username | |||
* Your database password | ||||
* A new database name | ||||
.. _PostgreSQL website: http://www.postgresql.org/ | ||||