Changes between Initial Version and Version 1 of GIMIGEC14VMInstructions


Ignore:
Timestamp:
06/29/12 12:17:07 (12 years ago)
Author:
Jeanne Ohren
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIGEC14VMInstructions

    v1 v1  
     1
     2
     3== Instructions for using the GEC14 Tutorial VM for GIMI ==
     4
     5=== Logging in ===
     6
     7Login information for the VM should be in the email that was sent with the download information.[[BR]]
     8Email Jeanne if you cannot find it.
     9
     10Once you are on the VM, you can access the credentials directly in the directory:
     11/home/geniuser/Tutorials/GIMI.[[BR]] There is a directory for each user.  The ssh
     12directory contains the certificate, keystore, and ssh keys.
     13
     14Pick a user and use the associated password send in a previous email.[[BR]]
     15
     16=== Updating the code ===
     17
     18You can get the latest scripts and rdf files by changing to the GIMI common directory
     19and doing a git pull:
     20
     21{{{
     22$ cd ~/Tutorials/GIMI/common
     23$ git pull
     24}}}
     25
     26
     27=== Using Flukes ===
     28
     29Edit /home/geniuser/.flukes.properties to point to your credentials.
     30Change all instances of gimiXX to your chosen username.
     31
     32Start Flukes by double-clicking the icon on the desktop.
     33
     34You can find the tutorial topology RDF at /home/geniuser/Tutorials/GIMI/common/gec14.rdf.
     35
     36=== Configuring iRODS ===
     37
     38You can find a GIMI template at /home/geniuser/.irods/gimiIrodsEnv.
     39Copy this file to .irodsEnv, change all instances of gimiXX to your username and run iinit:
     40
     41{{{
     42$ cd ~/.irods
     43$ cp gimiIrodsEnv .irodsEnv
     44$ sed -e 's/gimiXX/gimi01/g' .irodsEnv
     45$ iinit
     46}}}
     47
     48=== Running experiment ===
     49
     50You can find the ED files in /home/geniuser/Tutorials/GIMI/common.
     51
     52Run the experiment according to the [wiki:GIMIv1.0Tutorial documented instructions].
     53
     54
     55=== Issues? ===
     56
     57Notify Jeanne if you run into any issues with the Tutorial VM.