Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Useful info for deployed services (for docs) #23

Open
agstephens opened this issue Dec 4, 2020 · 1 comment
Open

Useful info for deployed services (for docs) #23

agstephens opened this issue Dec 4, 2020 · 1 comment
Assignees

Comments

@agstephens
Copy link
Member

. ./setup-env.sh
pip uninstall -y goldfinch; sleep 1; pip install .

And on the WPS server, also need to do:

supervisorctl restart goldfinch
@agstephens agstephens self-assigned this Oct 6, 2021
@agstephens agstephens changed the title How to update the version of goldfinch on our production servers Useful info for deployed services (for docs) Oct 6, 2021
@agstephens
Copy link
Member Author

Trouble-shooting when a WPS (bird) does not run

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant