Changes between Version 20 and Version 21 of FeddDownload
- Timestamp:
- Dec 4, 2010 5:32:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v20 v21 179 179 The 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. 180 180 181 == Subversionaccess ==181 == Git access == 182 182 183 183 If you prefer to live more dangerously, you can download a recent tree 184 184 from the subversion repository on this site and install it. The 185 185 same 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 186 commands 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 192 191 $ make dist 193 192 $ cd dist 194 193 }}} 195 194 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.195 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 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. 197 196 198 197 You 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 202 Consider any copies of the SVN tree you may have to be archival.