Changes between Version 6 and Version 7 of FeddDownload


Ignore:
Timestamp:
May 15, 2009 6:01:29 PM (15 years ago)
Author:
faber
Comment:

Bump version and add GENI public license.

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v6 v7  
    44This section describes how to get a copy of fedd for your testbed and
    55install it.  After this you will need to configure it.
     6
     7Fedd is released under the [source:fedd/trunk/README GENI Public License]
    68
    79== What machines should run fedd ==
     
    3739The easiest way to get a copy of fedd installed on your machine is to
    3840download the python distutils tar file and install it.  The current
    39 version is [attachment:fedd-1.0.tar.gz fedd-1.0.tar.gz].
     41version is [attachment:fedd-1.01.tar.gz fedd-1.01.tar.gz].
    4042
    4143You will need to have the following python packages installed as well.
     
    5860
    5961{{{
    60 $ tar xzf -C /tmp fedd-1.0.tar.gz
    61 $ cd /tmp/fedd-1.0
     62$ tar xzf -C /tmp fedd-1.01.tar.gz
     63$ cd /tmp/fedd-1.01
    6264$ sudo python ./setup.py install
    6365$ cd
    64 $ sudo rm -rf /tmp/python-1.0
     66$ sudo rm -rf /tmp/fedd-1.01
    6567}}}
    6668