Content translation/Deployments/Labs
Appearance
(Redirected from Content translation/Labs)
This page will contain all information related to ContentTranslation extension on Labs.
Client and server
[edit]- Client: http://language-cx.wmcloud.org/index.php?title=Special:ContentTranslation
- Client (For Out of Beta testing): https://language-cx-ofb.wmcloud.org/index.php?title=Special:ContentTranslation
- Server: https://cxserver.wmflabs.org/
Testing
[edit]- To test your patch (on both ContentTranslation extension and server), you can "cherry pick" patch from Gerrit.
- You should disable cron by commenting entries using `crontab -e` before it.
- Make sure that git is pointing to HEAD after test is done and cron is enable again.
Log
[edit]- cxserver log is accessible using `sudo service cxserver status` or `sudo journalctl -u cxserver.service -b`
Debugging
[edit]- Restart cxserver:
sudo service cxserver restart
- Check if cron is working properly, /cxserver code should be on
git HEAD
at any point of time. - Reboot instance via, https://horizon.wikimedia.org/ (access required).