Changes between Version 2 and Version 3 of installation-guide-rpm

Show
Ignore:
Timestamp:
02/11/14 10:03:58 (10 years ago)
Author:
pkopta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation-guide-rpm

    v2 v3  
    1111= Installation = 
    1212'''IMPORTANT:''' Perform the installation as the administrator (`root` user). 
     13 
    1314'''IMPORTANT:''' A new account (`qcg-appmonitor`) will be created during the installation. 
     15 
    1416* install QCG Application Monitoring service and all dependencies using YUM Package Manager: 
    1517{{{ 
     
    2628}}} 
    2729Lines beginning with hash (`#`) are ignored. Not defined options will be initialized to default values. The most important options are following: 
    28 * '''viewer.port''' 
    29 * '''notifier.port''' 
    30 * '''viewer.ssl''' 
    31 * '''notifier.ssl''' 
    32 * '''ssl.cert''' 
    33 * '''ssl.key''' 
    34 * '''local.ip''' 
    35 * '''log.file''' 
    36 * '''db.file''' 
    37 * '''console.in''', '''console.out''' 
    38 * '''plots.dir''' 
     30* '''viewer.port''' - the HTTP/HTTPS port for job's render requests, 
     31* '''notifier.port''' - the HTTP/HTTPS port for incoming job status notifications, 
     32* '''viewer.ssl''' - (true/false) protocol HTTP/HTTPS selection for job's render requests, 
     33* '''notifier.ssl'''- (true/false) protocol HTTP/HTTPS selection for incoming job status notifications, 
     34* '''ssl.cert''' - path to SSL service certificate (in PEM format), used only in case of viewer/notifier HTTPS protocol, 
     35* '''ssl.key''' - path to SSL service key (in PEM format), used only in case of viewer/notifier HTTPS protocol, 
     36* '''local.ip''' - public IP address of FQDN of service, 
     37* '''log.file''' - path to file where logs will be held, 
     38* '''db.file''' - path to database file, 
     39* '''plots.dir''' - path to directory where generated plots will be held. 
    3940 
    4041'''Note:''' all configuration changes will take effect after service restart. 
     
    4243 
    4344= Initializing database = 
    44 To initialize database, the following command should be executed (as root): 
     45QCG Application Monitoring service holds information about jobs in SQLite database file. To initialize database, the following command should be executed (as root): 
    4546{{{ 
    4647#!div style="font-size: 90%"