Changes between Version 15 and Version 16 of InstallationGuideSingleAccount

Show
Ignore:
Timestamp:
02/01/18 13:21:28 (6 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuideSingleAccount

    v15 v16  
    2727These packages are usually available out of the box on most of the HPC systems. 
    2828 
    29 Both services, QCG-Notification and QCG-Computing, require access to a database. In most cases, the database is located on the same system as services. Currently the PostgreSQL database is supported. To install it on !CentOS Linux invoke: 
     29Both services, QCG-Notification and QCG-Computing, require access to a database over ODBC. In most cases, the database is located on the same system as services. Currently the PostgreSQL database and UnixODBC are supported. To install them on CentOS Linux invoke: 
    3030{{{ 
    3131yum install postgresql postgresql-server 
    32 }}} 
    33 * UnixODBC and the PostgresSQL odbc driver: 
    34 {{{ 
    3532yum install unixODBC postgresql-odbc 
    3633}}}