parent
cb5f3afba8
commit
3ffba6fe0d
|
@ -10,6 +10,6 @@ ckan config-tool $CKAN_INI \
|
||||||
echo "Set up ckanext.xloader.api_token in the CKAN config file"
|
echo "Set up ckanext.xloader.api_token in the CKAN config file"
|
||||||
ckan config-tool $CKAN_INI "ckanext.xloader.api_token = $(ckan -c $CKAN_INI user token add ckan_admin xloader | tail -n 1 | tr -d '\t')"
|
ckan config-tool $CKAN_INI "ckanext.xloader.api_token = $(ckan -c $CKAN_INI user token add ckan_admin xloader | tail -n 1 | tr -d '\t')"
|
||||||
|
|
||||||
# Setup worker
|
#TODO: Setup worker background
|
||||||
echo "Set up CKAN jobs worker"
|
#echo "Set up CKAN jobs worker"
|
||||||
ckan config-tool $CKAN_INI jobs worker default
|
#ckan -c $CKAN_INI jobs worker default
|
Loading…
Reference in New Issue