Topic on Talk:Parsoid

pgp keys still valid/existing ?

2
Summary by Arlolra
83.243.48.51 (talkcontribs)
Spas.Z.Spasov (talkcontribs)

I'm experiencing the same problem on Ubuntu. I've setup Parsoid on another server 2 weeks ago and everything went fine then.

At the moment I've applied the following workaround to install Parsoid 0.10:

wget https://releases.wikimedia.org/debian/pool/main/p/parsoid/parsoid_0.10.0all_all.deb
sudo dpkg -i parsoid_0.10.0all_all.deb

In addition:

  • Here is how to test whether the service listen after the installation:
sudo systemctl status parsoid.service
sudo lsof -i -n -P | grep ':8142'
sudo netstat -peanut | grep ':8142'