Changes between Version 3 and Version 4 of installation_QCG_Broker

Show
Ignore:
Timestamp:
05/17/11 16:01:41 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker

    v3 v4  
    5252 
    5353 For the PL-Grid Project install Polish Grid and PL-Grid Simpla-CA certificates: 
    54   
    55  wget https://dist.eugridpma.info/distribution/igtf/current/accredited/RPMS/ca_PolishGrid-1.38-1.noarch.rpm 
    56  rpm -i ca_PolishGrid-1.38-1.noarch.rpm  
    57   
    58  wget http://software.plgrid.pl/packages/general/ca_PLGRID-SimpleCA-1.0-2.noarch.rpm 
    59  rpm -i ca_PLGRID-SimpleCA-1.0-2.noarch.rpm  
    60   
     54{{{ 
     55#!div style="font-size: 90%" 
     56{{{#!sh 
     57 $ wget https://dist.eugridpma.info/distribution/igtf/current/accredited/RPMS/ca_PolishGrid-1.38-1.noarch.rpm 
     58 $ wget http://software.plgrid.pl/packages/general/ca_PLGRID-SimpleCA-1.0-2.noarch.rpm 
     59 $ wget https://dist.eugridpma.info/distribution/util/fetch-crl/fetch-crl-2.8.5-1.noarch.rpm 
     60 
     61 $ su - 
     62 # rpm -i ca_PolishGrid-1.38-1.noarch.rpm  
     63 # rpm -i ca_PLGRID-SimpleCA-1.0-2.noarch.rpm  
     64 
    6165 #install certificate revocation list fetching utility 
    62  wget https://dist.eugridpma.info/distribution/util/fetch-crl/fetch-crl-2.8.5-1.noarch.rpm 
    63  rpm -i fetch-crl-2.8.5-1.noarch.rpm 
     66 # rpm -i fetch-crl-2.8.5-1.noarch.rpm 
    6467  
    6568 #get fresh CRLs now 
    66  /usr/sbin/fetch-crl  
     69 # /usr/sbin/fetch-crl  
    6770  
    6871 #install cron job for it 
    69  echo '#!/bin/sh' > /etc/cron.daily/fetch-crl.cron 
    70  echo '/usr/sbin/fetch-crl' >> /etc/cron.daily/fetch-crl.cron 
    71  chmod a+x /etc/cron.daily/fetch-crl.cron 
     72 # echo '#!/bin/sh' > /etc/cron.daily/fetch-crl.cron 
     73 # echo '/usr/sbin/fetch-crl' >> /etc/cron.daily/fetch-crl.cron 
     74 # chmod a+x /etc/cron.daily/fetch-crl.cron 
     75}}} 
     76}}} 
    7277 
    7378= Preparing the environment =