Changes between Initial Version and Version 1 of installation-guide-rpm

Show
Ignore:
Timestamp:
02/10/14 16:50:15 (10 years ago)
Author:
pkopta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation-guide-rpm

    v1 v1  
     1[[PageOutline]] 
     2 
     3= QCG Application Monitoring Installation with RPM packages = 
     4 
     5= Requirements = 
     6All packages needed to install and run QCG Application Monitoring service are installed automatically by the YUM Package Manager. 
     7 
     8= Software repositories = 
     9To install QCG Application Monitoring service please configure the system with [[http://www.qoscosgrid.org/trac/qcg/wiki/Software%20repositories | QCG Software Repositories]]. 
     10 
     11= Installation = 
     12'''IMPORTANT:''' Perform the installation as the administrator (`root` user). 
     13'''IMPORTANT:''' A new account (`qcg-appmonitor`) will be created during the installation. 
     14* install QCG Application Monitoring service and all dependencies using YUM Package Manager: 
     15{{{ 
     16#!div style="font-size: 90%" 
     17{{{#!sh 
     18yum install qcg-appmonitor 
     19}}} 
     20}}} 
     21 
     22= Configuration = 
     23The configuration of the QCG Application Monitoring service is stored in `/etc/qcg/qcg-appmonitor/server.conf`. All changes in this file should be made as 'qcg-appmonitor' user. It contains the definitions of options in following format: 
     24{{{ 
     25option = value 
     26}}} 
     27Lines 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''' 
     39 
     40 
     41 
     42 
     43 
     44 
     45 
     46'''Note:''' all configuration changes will take effect after service restart. 
     47