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

Hosted API service on https://tools.wmflabs.org/wembedder not reachable #16

Closed
aschwarte10 opened this issue Mar 16, 2020 · 1 comment
Closed
Assignees

Comments

@aschwarte10
Copy link

It appears that the hosted API service on https://tools.wmflabs.org/wembedder is not reachable.

Could you maybe investigate and let us know if and when the service can be available again?

@fnielsen fnielsen self-assigned this Mar 16, 2020
@fnielsen
Copy link
Owner

Thanks for the reminder.

As a reminder to myself:

webservice stop
webservice --backend=kubernetes python3.7 shell
cd ~/www/python
python3.7 -m virtualenv -p /usr/bin/python3.7 venv3.7/
source venv3.7/bin/activate
pip install -r wembedder/requirements.txt
rm venv
ln -s venv3.7 venv
logout
webservice --backend=kubernetes -m 2G python3.7 restart
tail -f uwsgi.log 

Also added to https://github.com/fnielsen/wembedder/wiki .

I am closing it now, but reopen if there if it fails again. The system has recently been upgraded.

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

2 participants