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"
|
||||
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
|
||||
echo "Set up CKAN jobs worker"
|
||||
ckan config-tool $CKAN_INI jobs worker default
|
||||
#TODO: Setup worker background
|
||||
#echo "Set up CKAN jobs worker"
|
||||
#ckan -c $CKAN_INI jobs worker default
|
Loading…
Reference in New Issue