Changes between Version 20 and Version 21 of FeddDownload


Ignore:
Timestamp:
Dec 4, 2010 5:32:17 PM (13 years ago)
Author:
mikeryan
Comment:

change SVN instructions to reflect git

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v20 v21  
    179179The federation kit includes the software that provides the shared environment in the federated experiment.  It is described in more detail in the [FeddAbout#TheFederationKit overview of the system.]  The version we primarily use is available for [attachment:fedkit.tgz download].  Download it, put it somewhere that `fedd` can read it, like `/usr/local/etc/fedd` and set the '''fedkit''' parameter in the [experiment_control] section of the [FeddConfig#ExperimentControlOptions config file] to be the pathname of the tar file.
    180180
    181 == Subversion access ==
     181== Git access ==
    182182
    183183If you prefer to live more dangerously, you can download a recent tree
    184184from the subversion repository on this site and install it.  The
    185185same packages must be installed as for the tar file version.  The
    186 commands to check out a local copy from the subversion repository and install from it are:
    187 
    188 {{{
    189 $ svn checkout http://fedd.isi.deterlab.net/svn/wsdl/trunk wsdl
    190 $ svn checkout http://fedd.isi.deterlab.net/svn/fedd/trunk some_dir
    191 $ cd some_dir
     186commands to check out a local copy from the git repository and install from it are:
     187
     188{{{
     189$ git clone git://fedd.deterlab.net/fedd
     190$ cd fedd/fedd
    192191$ make dist
    193192$ cd dist
    194193}}}
    195194
    196 And from there, install from the tar file in dist, as above.  The build scripts expect the wsdl interface descriptions to be in {{{../wsdl }}} relative to the source directory.  SOAP/Web Services interface code is generated from those files.  When the tarfile is used, the generated files are included, so the {{{wsdl}}} directory is not delivered.
     195And from there, install from the tar file in dist, as above.  The build scripts expect the wsdl interface descriptions to be in {{{../wsdl }}} relative to the fedd source directory.  SOAP/Web Services interface code is generated from those files.  When the tarfile is used, the generated files are included, so the {{{wsdl}}} directory is not delivered.
    197196
    198197You can also browse the source [source:/fedd/trunk on the web].
     198
     199== Subversion access ==
     200'''As of 2010-12-04, we have moved to git'''
     201
     202Consider any copies of the SVN tree you may have to be archival.