Changes between Version 5 and Version 6 of iRODSwithGSI


Ignore:
Timestamp:
12/03/12 17:34:29 (11 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • iRODSwithGSI

    v5 v6  
    18181.  Software must be installed as a non-root user so I created a "globus" user:
    1919{{{
    20     sudo mkuser -m -s /bin/bash globus
     20    sudo useradd -m -s /bin/bash globus
    2121    sudo passwd globus
    2222}}}
     
    2727}}}
    2828
    29 3.  Change to the globus user
     293.  Make the directory in which GSI will be installed.
     30{{{
     31   sudo mkdir /usr/local/globus
     32   sudo chmod a+w /usr/local/globus
     33}}}
     34
     354.  Change to the globus user
    3036{{{
    3137    su - globus
    3238}}}
    3339
    34 4.  Download iRODS and GSI software to the globus home directory.
     405.  Download iRODS and GSI software to the globus home directory.
    3541
    3642   * iRODS 3.2:  http://irods.sdsc.edu/download.html
    3743   * GSI:  http://www.globus.org/ftppub/gt5/5.2/5.2.2/installers/src/gt5.2.2-all-source-installer.tar.gz
    3844
    39 5.  Build GSI
     456.  Build GSI
    4046{{{
    4147 cd /home/globus
     
    4753}}}
    4854
    49 6.  A few tweaks I had to make to get iRODS to build
     557.  A few tweaks I had to make to get iRODS to build
    5056{{{
    5157cd /usr/local/globus/include/globus
     
    5864}}}
    5965
    60 7.  Build iRODS
     668.  Build iRODS
    6167{{{
    6268  cd /home/globus/iRODS