Changes between Version 5 and Version 6 of gridftp server

Show
Ignore:
Timestamp:
10/30/13 16:06:31 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gridftp server

    v5 v6  
    11= GridFTP server installation = 
    22* It is recommended to take the gridFTP server from the IGE (Initiative for Globus in Europe) repository. 
    3 Please configure IGE repositories. Example configuration for **SL5**: 
     3Please configure IGE repositories.  
     4 
     5** Example configuration for **SL6**: 
     6{{{#!sh 
     7cat > /etc/yum.repos.d/IGE.repo << EOF 
     8[IGE] 
     9name=IGE 
     10baseurl=http://repo-rpm.ige-project.eu/sl/sl6/x86_64/ 
     11enabled=1 
     12gpgcheck=1 
     13gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE 
     14EOF 
     15}}} 
     16 
     17{{{#!sh 
     18cat > /etc/yum.repos.d/IGE-updates.repo << EOF 
     19[IGE-updates] 
     20name=IGE - Updates 
     21baseurl=http://repo-rpm.ige-project.eu/sl/updates/sl6/x86_64/ 
     22enabled=1 
     23gpgcheck=1 
     24gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE 
     25EOF 
     26}}} 
     27 
     28** Example configuration for **SL5**: 
    429{{{#!sh 
    530cat > /etc/yum.repos.d/IGE.repo << EOF 
     
    2348EOF 
    2449}}} 
     50 
    2551 
    2652'''IMPORTANT:''' If for any reason you do not want to use IGE repos, you can alternatively configure the system to use EPEL (Extra Packages for Enterprise Linux) repository.