Changes between Version 14 and Version 15 of QCG-BDII

Show
Ignore:
Timestamp:
09/16/14 13:35:18 (10 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QCG-BDII

    v14 v15  
    4444All the dependency packages should be automatically installed.  
    4545 
    46 == Note == 
     46== Repository configuration issues == 
    4747 
    48 It may happen that due to the fact that the newest packages of the QCG software are included in UMD repositories with a delay, the presented procedure may fail in case of specific YUM repositories configuration. In such a case it may be required to divide the installation into two steps: 
    49 * In the first step the emi-resource-information-service metapackage should be installed from the '''UMD repository''. 
     48It may happen that due to the fact that the newest packages of the QCG software are included in UMD repositories with a delay, the presented procedure may fail in case of specific YUM repositories configuration. If so it may be required to divide the installation into two steps: 
     49* In the first step the emi-resource-information-service metapackage should be installed from the '''UMD repository'''. 
    5050* In the second step a certain QCG provider should be installed from the '''QCG repository'''.  
    51 The procedure may then look e.g. as follows: 
     51An example procedure may then look as follows: 
    5252{{{ 
    53 yum install emi-resource-information-service 
     53yum install emi-resource-information-service  
    5454yum --disablerepo=UMD\* install qcg-comp-egi-is-provider 
    5555}}}