Closed agstephens closed 2 years ago
Tiny PR to allow the swallow command to dynamically set the outputpath and outputurl so that output files can be successfully downloaded. Useful on our staging server.
swallow
outputpath
outputurl
Example use:
vulture start -d --outputurl=http://ceda-wps-staging.ceda.ac.uk/outputs --outputpath=/gws/nopw/j04/ceda_wps/birds/test/outputs/vulture
Note: make restart will not keep these changes. The changes are cached in: ./.custom.cfg - which gets written by start and restart.
make restart
./.custom.cfg
start
restart
@alaniwi please review just so you have seen this. It is only relevant if:
swallow start ....
Tiny PR to allow the
swallow
command to dynamically set theoutputpath
andoutputurl
so that output files can be successfully downloaded. Useful on our staging server.Example use:
Note:
make restart
will not keep these changes. The changes are cached in:./.custom.cfg
- which gets written bystart
andrestart
.