Open agstephens opened 3 years ago
. ./setup-env.sh pip uninstall -y goldfinch; sleep 1; pip install .
And on the WPS server, also need to do:
supervisorctl restart goldfinch
mkdir /var/run/pywps nginx_user=$(ps aux | grep "nginx: worker" | cut -d' ' -f1 | head -1) chown ${nginx_user}.users /var/run/pywps supervisorctl restart all
And on the WPS server, also need to do: