Changes between Version 15 and Version 16 of GEC11VMSetup


Ignore:
Timestamp:
07/14/11 07:32:55 (13 years ago)
Author:
jeannie@cs.williams.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11VMSetup

    v15 v16  
    2626if [ -d "/usr/local/geni/gcf/src" ] ; then
    2727    PATH="/usr/local/geni/gcf/src:$PATH"
     28    export PYTHONPATH="/usr/local/geni/gcf/src:$PYTHONPATH"
    2829fi
    2930}}}
     
    118119= Installing Gush =
    119120
    120 Note: This does not account for installing user keys and certificates into the correct places.
     121Note: This does not account for installing user keys and certificates into the correct places.  As the geni user, run the following commands:
    121122
    122123{{{
     
    125126cd /usr/local/geni/gush
    126127wget http://gush.cs.williams.edu/gush-bin-32bit.tgz
     128}}}
     129
     130During the tutorial, I will have attendees start by logging into one of the guest accounts, and then copying the tarball to their home directory.  The following steps are run as the guest users in their home directories:
     131{{{
     132bash
     133mkdir gush
     134cd gush
     135cp /usr/local/geni/gush/gush-bin-32bit.tgz .
    127136tar xzvf gush-bin-32bit.tgz
    128137}}}
     
    133142}}}
    134143
    135 You also have to modify directory.xml and omni_config
     144Users will also have to create/modify directory.xml and omni_config, but I plan to cover that during my tutorial
    136145
    137146= Installing !NetServ =