##// END OF EJS Templates
api: pull-requests, fixed invocation of merge as another user.
api: pull-requests, fixed invocation of merge as another user.

File last commit:

r3290:ac4e4e5a default
r3481:b5202911 default
Show More
using-postgresql.rst
24 lines | 907 B | text/x-rst | RstLexer
/ docs / install / using-postgresql.rst
project: added all source files and assets
r1 .. _install-postgresql-database:
PostgreSQL
----------
docs: fixing errors in PostgreSQL setup fixes #4174
r672 To use a PostgreSQL database, you should install and configure the database
docs: added SAML documentation....
r3290 before installing |RCE|. This is because during |RCE| installation you will
docs: fixing errors in PostgreSQL setup fixes #4174
r672 setup the connection to your PostgreSQL database. To work with PostgreSQL,
project: added all source files and assets
r1 use the following steps:
docs: fixing errors in PostgreSQL setup fixes #4174
r672 1. Depending on your |os|, install a PostgreSQL database following the
project: added all source files and assets
r1 appropriate instructions from the `PostgreSQL website`_.
docs: fixing errors in PostgreSQL setup fixes #4174
r672 2. Configure the database with a username and password, which you will use
docs: added SAML documentation....
r3290 with |RCE|.
3. Install |RCE|, and during installation select PostgreSQL as your database.
docs: fixing errors in PostgreSQL setup fixes #4174
r672 4. Enter the following information during the database setup:
project: added all source files and assets
r1
* Your network IP Address
docs: fixing errors in PostgreSQL setup fixes #4174
r672 * The port number for PostgreSQL access; the default port is ``5434``
project: added all source files and assets
r1 * Your database username
* Your database password
* A new database name
.. _PostgreSQL website: http://www.postgresql.org/