Changes between Version 4 and Version 5 of GIR3.1_GushProto


Ignore:
Timestamp:
04/21/11 15:39:25 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.1_GushProto

    v4 v5  
    2121
    2222'''GUSH code'''
     23Checked out GUSH repository:
     24{{{
     25$ svn co http://gush.cs.williams.edu/svn/gush/trunk --username guest
     26}}}
     27Note: password availaliable upon request.
    2328
    2429'''GUSH Binary Package'''
     
    6873}}}
    6974
    70 
    71 
    72 
     75To Be captured:  Running gush on PlanetLab slice and on PG Slice.
     76{{{
    7377    $  ./gush -P 15555
    7478      gush> Gush has learned about the slice XXX.
    7579
     80}}}
    7681
    7782=== First (rev 126) and Second (rev 136) Evaluations ===
    7883
    79 Using a newly build Ubuntu 10.04.2 VM for this evaluation in order to verify ''all'' prerequisites.  First, gush does not provide a release package, the entire repository must be checked out, do installed SVN package (Subversion version 1.6.6).  Checked out the GUSH repo:
     84Using a newly build Ubuntu 10.04.2 VM for this evaluation in order to verify ''all'' prerequisites.  For first evaluation (rev 126), gush gush code was evaluated.  During the evaluation found that a binary pages had been added.  Binary package evaluation was completed with the latter version (rev 136).
     85
     86Had to installed SVN package (Subversion version 1.6.6) not explicitly stated as a prerequisite and then checked out the GUSH repo:
    8087{{{
    8188$ sudo apt-get install subversion
     
    229236Was able to eventually compile without the "--with-static-client --with-static-gush" flags.
    230237
     238== Initial Binary package evaluation ==
     239
     240Was not able to use the first version of the Binary package due to missing files, had to install binary on top
     241of svn checkout of gush repo.  With the combination of the two was able to run all new "./helper-scripts/handle-geni.py"
     242features.