Changes between Initial Version and Version 1 of GEC15VMSetup


Ignore:
Timestamp:
09/27/12 13:20:01 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15VMSetup

    v1 v1  
     1== Installing Omni ==
     2To install Omni, just follow the instruction at [http://trac.gpolab.bbn.com/gcf/wiki/QuickStart Omni Quick Start].
     3In more detail, install the following packages
     4{{{
     5sudo apt-get install python-m2crypto python-dateutil \
     6                     python-openssl libxmlsec1 xmlsec1 \
     7                     libxmlsec1-openssl libxmlsec1-dev
     8}}}
     9
     10Download release gcf1.3 from http://www.gpolab.bbn.com/local-sw/ under /usr/local/geni/ and untar it.
     11{{{
     12tar xvfz gcf-1.3.tar.gz
     13\rm gcf-1.3.tar.gz
     14ln -s gcf-1.3/ gcf
     15}}}
     16
     17Added in the end of the .profile and the .bashrc file of the GENI user these lines:
     18{{{
     19# set PATH so it includes geni software if it exists
     20if [ -d "/usr/local/bin/gcf/src" ] ; then
     21    PATH="/usr/local/bin/gcf/src:/usr/local/bin/gcf/examples:$PATH"
     22    export PYTHONPATH="/usr/local/bin/gcf/src:$PYTHONPATH"
     23fi
     24}}}
     25
     26== Other changes ==
     27In my effort to add a security exception for the bbn pgeni site in chrome I also added:
     28{{{
     29sudo apt-get install libnss3-tools
     30}}}