| 2 | * Bring up tutorial VM and log in. |
| 3 | * Open Firefox web browser |
| 4 | * Open a terminal window |
| 5 | * The software required for this tutorial is already installed in the tutorial VM. |
| 6 | * Download GIMI tutorial specific configuration files by issuing the following command in a user workspace terminal: |
| 7 | {{{ |
| 8 | $ cd ~/Tutorials/GIMI/common/ |
| 9 | $ git pull |
| 10 | }}} |
| 11 | * The iRODS client uses a configuration file (~/.irods/.irodsEnv) that sets certain parameter for the icommands. Here is and example: |
| 12 | {{{ |
| 13 | # iRODS personal configuration file. |
| 14 | # |
| 15 | # This file was automatically created during iRODS installation. |
| 16 | # Created Thu Feb 16 14:06:27 2012 |
| 17 | # |
| 18 | # iRODS server host name: |
| 19 | irodsHost 'emmy8.casa.umass.edu' |
| 20 | # iRODS server port number: |
| 21 | irodsPort 1247 |
| 23 | # Default storage resource name: |
| 24 | irodsDefResource 'iRODSUmass' |
| 25 | # Home directory in iRODS: |
| 26 | irodsHome '/geniRenci/home/gimiXX' |
| 27 | # Current directory in iRODS: |
| 28 | irodsCwd '/geniRenci/home/gimiXX' |
| 29 | # Account name: |
| 30 | irodsUserName 'gimiXX' |
| 31 | # Zone: |
| 32 | irodsZone 'geniRenci' |
| 33 | }}} |
| 34 | |
| 35 | * First of all copy the template iRODS configuration file to .irodsEnv with the following command: |
| 36 | {{{ |
| 37 | $ cp ~/.irods/gimiIrodsEnv ~/.irods/.irodsEnv |
| 38 | }}} |
| 39 | * Open ~/.irods/.irodsEnv with your favorite text editor (we recommend ''nano'') and change gimiXX to your assigned username (e.g., gimi04). |
| 40 | * Register with iRODS server by issuing the following command (more details on iRODS will be given shortly): |
| 41 | {{{ |
| 42 | $ iinit |
| 43 | }}} |
| 44 | |
| 45 | * You will be prompted for a password. Please type in the password you were provided with on the paper handout!! |