Changes between Version 1 and Version 2 of GEMINIGEC14VMInstructions
- Timestamp:
- 06/27/12 19:38:37 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEMINIGEC14VMInstructions
v1 v2 30 30 - Make sure you have the most up-to-date scripts by running "git pull" in the directory ~/src/UW. 31 31 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. 33 34 {{{ 34 $ ssh-agent -s35 35 $ ssh-add /home/geniuser/Tutorials/GEMINI/<username>/ssh/<username>_key 36 36 }}}