Changes between Version 9 and Version 10 of RunningTheDistributionClient
- Timestamp:
- Mar 21, 2011, 10:35:41 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RunningTheDistributionClient
v9 v10 17 17 {{{ 18 18 receivetool -dbname rc_test -definesource \ 19 -source http:// alala2.ifa.hawaii.edu/ipp025/ds\20 -product dist0\19 -source http://datastore.ipp.ifa.hawaii.edu/ \ 20 -product ps1-md \ 21 21 -workdir $WORKDIR \ 22 22 -comment 'simtest data source' 23 23 }}} 24 25 This works for ifaps1: 26 27 {{{ 28 receivetool -dbname ifaps1_0 -definesource \ 29 -source http://datastore.ipp.ifa.hawaii.edu/ \ 30 -product ps1-md \ 31 -workdir /data/ifaps1.0/ps1data/MD/ \ 32 -comment 'ifa md repository' 33 }}} 34 35 * workdir is the local directory to download the files to 36 * dbname is the name of the database you chose (ifaps1 uses ifaps1_0) 37 38 39 24 40 25 41 Where {{{$WORKDIR}}} is the top level directory for the data to be received
