Changes between Version 5 and Version 6 of GEC12VMSetup


Ignore:
Timestamp:
10/14/11 05:52:25 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC12VMSetup

    v5 v6  
    66
    77== Installing Omni ==
     8To install Omni, just follow the instruction at [http://trac.gpolab.bbn.com/gcf/wiki/QuickStart Omni Quick Start].
     9In more detail, install the following packages
     10{{{
     11sudo apt-get install python-m2crypto python-dateutil \
     12                     python-pyopenssl libxmlsec1 xmlsec1 \
     13                     libxmlsec1-openssl libxmlsec1-dev
     14}}}
    815
     16Download release gcf1.3 from http://www.gpolab.bbn.com/local-sw/ under /usr/local/geni/ and untar it.
     17{{{
     18tar xvfz gcf-1.3.tar.gz
     19\rm gcf-1.3.tar.gz
     20ln -s gcf-1.3/ gcf
     21}}}
     22
     23Added in the end of the .profile file of the GENI user these lines
     24{{{
     25# set PATH so it includes geni software if it exists
     26if [ -d "/home/geni/Tutorials/Omni/gcf/src" ] ; then
     27    PATH="/home/geni/Tutorials/Omni/gcf/src:$PATH"
     28    export PYTHONPATH="/home/geni/Tutorials/Omni/gcf/src:$PYTHONPATH"
     29fi
     30}}}
    931
    1032== Installing NOX ==