Changes between Version 5 and Version 6 of AlternateDistributionClient
- Timestamp:
- Aug 12, 2009, 11:18:27 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlternateDistributionClient
v5 v6 13 13 1. Copy update_mirror.py and parse_config.py into that directory. 14 14 1. Customize update_mirror.py for your site, by editing it and making the following changes: 15 a. set mirrorRootDir to the root directory of your mirror, presumably the directory created in step (1) above. 16 a. set desiredProductList to contain a list of the data products you want to mirror. 17 a. Possibly update topURI, if the distribution server at IfA has changed from its current host. 18 a. Possibly modify hiddenProductList to include the names of new data products not visible from the top distribution layer. This bit is a little cryptic- the original spec for the distribution mechanism said that the data products would be visible from the top level directory of the distribution server, but this has been changed for security reasons. New products are now announced on the IPP mailing lists and must be edited into hiddenProductList manually. 15 19 16 1.a. set mirrorRootDir to the root directory of your mirror, presumably the directory created in step (1) above.17 1.a. set desiredProductList to contain a list of the data products you want to mirror.18 1.a. Possibly update topURI, if the distribution server at IfA has changed from its current host.19 1.a. Possibly modify hiddenProductList to include the names of new data products not visible from the top distribution layer. This bit is a little cryptic- the original spec for the distribution mechanism said that the data products would be visible from the top level directory of the distribution server, but this has been changed for security reasons. New products are now announced on the IPP mailing lists and must be edited into hiddenProductList manually.20
