Changes between Version 3 and Version 4 of FeddDownload


Ignore:
Timestamp:
Dec 12, 2008 4:34:13 PM (15 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v3 v4  
    3737The easiest way to get a copy of fedd installed on your machine is to
    3838download the python distutils tar file and install it.  The current
    39 version is fedd-1.0.tar.gz.
     39version is [attachment:fedd-1.0.tar.gz fedd-1.0.tar.gz].
    4040
    4141You will need to have the following python packages installed as well.
     
    6363}}}
    6464
    65 Your install will include the python package federation, the following
     65Your install will include the python package called `federation` and the following
    6666scripts:
    6767
    68  * `/usr/local/bin/confirm_sshkey.py`
    69   * used in certain static project installs, see [FeddConfig configuring]
    70  * `/usr/local/bin/exp_access_db.py`
    71   * application to simplify creating experiment creation databases
    72  * `/usr/local/bin/fedd.py`
    73   * fedd itself
    74  * `/usr/local/bin/fedd_client.py`
    75   * command line tool for accessing fedd services
    76  * `/usr/local/bin/fedid.py`
    77   * command line tool for getting fedids from X509 certificates
    78  * `/usr/local/bin/user_to_project.py`
    79   * used in dynamic project installs, see [FeddConfig configuring]
     68 `/usr/local/bin/confirm_sshkey.py`::
     69  used in certain static project installs, see [FeddConfig configuring]
     70 `/usr/local/bin/exp_access_db.py`::
     71  application to simplify creating experiment creation databases
     72 `/usr/local/bin/fedd.py`::
     73  fedd itself
     74 `/usr/local/bin/fedd_client.py`::
     75  command line tool for accessing fedd services
     76 `/usr/local/bin/fedid.py`::
     77  command line tool for getting fedids from X509 certificates
     78 `/usr/local/bin/user_to_project.py`::
     79  used in dynamic project installs, see [FeddConfig configuring]
    8080
    81 Finally a set of sample configuration files will be installed in `/usr/local/share/fedd/`
     81These scripts are documented in more detail on the [FeddCommands commands page].
    8282
    8383== Additional scripts ==
     
    8989
    9090The patches are here:
    91         addpubkey
    92         grantnodetype
     91 * [attachment:addpubkey.patch addpubkey]
     92 * [attachment:grantnodetype.patch grantnodetype]
    9393
    9494To avoid inadvertently interfering with testbed operation, we suggest
     
    135135from the subversion repository on this site and install it.  The
    136136same packages must be installed as for the tar file version.  The
    137 commands to access the subversion repository and install are:
     137commands to check out a local copy from the subversion repository and install from it are:
    138138
    139139{{{
    140 $ svn checkout http://fedd.isi.deterlab.net:8088/svn/fedd/trunk some_dir
     140$ svn checkout http://fedd.isi.deterlab.net/svn/fedd/trunk some_dir
    141141$ cd some_dir
    142142$ make dist
     
    146146And from there, install from the tar file in dist, as above.
    147147
     148You can also browse the source [source:/fedd/trunk on the web].