##// END OF EJS Templates
pull-requests: changed the order of close-branch after merge, so we don't leave open heads....
pull-requests: changed the order of close-branch after merge, so we don't leave open heads. Branches will be closed, and then merged based on the close commit. This is a proper and recommended workflow for feature branches and close option.

File last commit:

r3290:ac4e4e5a default
r4436:37e7e17e default
Show More
using-postgresql.rst
24 lines | 907 B | text/x-rst | RstLexer

PostgreSQL

To use a PostgreSQL database, you should install and configure the database before installing |RCE|. This is because during |RCE| installation you will setup the connection to your PostgreSQL database. To work with PostgreSQL, use the following steps:

  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 with |RCE|.
  3. Install |RCE|, and during installation select PostgreSQL as your database.
  4. Enter the following information during the database setup:
    • Your network IP Address
    • The port number for PostgreSQL access; the default port is 5434
    • Your database username
    • Your database password
    • A new database name