Changes between Version 7 and Version 8 of GEMINIGEC14VMInstructions


Ignore:
Timestamp:
06/29/12 15:59:57 (12 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEMINIGEC14VMInstructions

    v7 v8  
    22== Instructions for using the GEC14 Tutorial VM for GEMINI ==
    33
    4 === Loggin in ===
     4=== Logging in ===
    55
    66Login information for the VM should be in the email that was sent with the download information.[[BR]]
     
    1414Place this password in the file /home/geniuser/.ssl/password
    1515
     16=== Updating the code ===
     17
     18You can get the latest scripts, configuration, and rspec files by changing to the GEMINI common directory and doing a git pull:
     19
     20{{{
     21$ cd ~/Tutorials/GEMINI/common
     22$ git pull
     23}}}
    1624
    1725=== Creating the slice ===
     
    2836=== Running instrumentize script ===
    2937
    30   - Make sure you have the most up-to-date scripts by running "git pull" in the directory ~/src/UW.
     38  - Make sure you have the most up-to-date scripts (see ''Updating the code'' above).
    3139
    3240  - Before running instrumentize.py, you will want to add your key to the ssh-agent using the following commands.[[BR]]The ssh-agent should already be running.
     
    5058=== Using iRODS ===
    5159
    52 Before using iRODS, you will need to configure /home/geniuser/.irods/.irodsEnv
    53 replacing ''thisIrodsUser'' with your tutorial username.
     60Before using iRODS, you will need to configure /home/geniuser/.irods/.irodsEnv.
    5461
    55 If you are using the Final tutorial VM (uploaded on 06/29) you can use the template at /home/geniuser/.irods/geminiIrodsEnv.
     62If you are using the Final tutorial VM (uploaded on 06/29) you can copy the template at /home/geniuser/.irods/geminiIrodsEnv and replace gimiXX with your tutorial username.
     63If you are using an older tutorial VM, replace "thisIrodsUser" with your tutorial username.
    5664
    5765You can then run ''iinit'' to store the password so you are not prompted each time.