Changes between Version 6 and Version 7 of FeddDownload
- Timestamp:
- May 15, 2009 6:01:29 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v6 v7 4 4 This section describes how to get a copy of fedd for your testbed and 5 5 install it. After this you will need to configure it. 6 7 Fedd is released under the [source:fedd/trunk/README GENI Public License] 6 8 7 9 == What machines should run fedd == … … 37 39 The easiest way to get a copy of fedd installed on your machine is to 38 40 download the python distutils tar file and install it. The current 39 version is [attachment:fedd-1.0 .tar.gz fedd-1.0.tar.gz].41 version is [attachment:fedd-1.01.tar.gz fedd-1.01.tar.gz]. 40 42 41 43 You will need to have the following python packages installed as well. … … 58 60 59 61 {{{ 60 $ tar xzf -C /tmp fedd-1.0 .tar.gz61 $ cd /tmp/fedd-1.0 62 $ tar xzf -C /tmp fedd-1.01.tar.gz 63 $ cd /tmp/fedd-1.01 62 64 $ sudo python ./setup.py install 63 65 $ cd 64 $ sudo rm -rf /tmp/ python-1.066 $ sudo rm -rf /tmp/fedd-1.01 65 67 }}} 66 68