Changes between Version 1 and Version 2 of GEMINIGEC14VMInstructions


Ignore:
Timestamp:
06/27/12 19:38:37 (12 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEMINIGEC14VMInstructions

    v1 v2  
    3030  - Make sure you have the most up-to-date scripts by running "git pull" in the directory ~/src/UW.
    3131
    32   - Before running instrumentize.py, you will want to start the ssh-agent and add your key to the agent using the following commands:
     32  - Before running instrumentize.py, you will want to add your key to the ssh-agent using the following commands.[[BR}]
     33     The ssh-agent should already be running.
    3334{{{
    34           $  ssh-agent -s
    3535          $  ssh-add /home/geniuser/Tutorials/GEMINI/<username>/ssh/<username>_key
    3636}}}