15 | | As part of the [ticket:706 upgrade to 1.22.5] a [https://www.mediawiki.org/wiki/Parsoid Parsoid] server was installed and then on ticket:736#comment:6 we changed to using a deb repo for updating parsoid and then on ticket:799#comment:11 we switched to using a remote Parsoid server as the latest version of Parsoid didn't work on Debian Wheezy. |
16 | | |
17 | | When we has Parsoid installed on PenguinServer we used these commands to start and stop the node.js service: |
18 | | |
19 | | {{{ |
20 | | /etc/init.d/parsoid stop |
21 | | /etc/init.d/parsoid start |
22 | | }}} |
23 | | |
24 | | The service was run via the `/etc/init.d/pslparsoid` script, see ticket:706#comment:12 for the source of the pslparsoid init.d script, until we switched to the [https://www.mediawiki.org/wiki/Parsoid/Setup#Ubuntu_.2F_Debian_on_amd64 Debian version]. |
| 15 | As part of the [ticket:706 upgrade to 1.22.5] a [https://www.mediawiki.org/wiki/Parsoid Parsoid] server was installed and then on ticket:736#comment:6 we changed to using a deb repo for updating parsoid and then on ticket:799#comment:11 and ticket:841#comment:3 we switched to using a remote Parsoid server as the latest version of Parsoid didn't work on Debian Wheezy. |