How to install parsoid in CentOS?

0

1

I am trying to install VisualEditor extension http://www.mediawiki.org/wiki/Extension:VisualEditor for MediaWiki. A pre-requisite is to install Parsoid service.

The instructions for Parsoid installation does not have any reference for CentOS.

Can anyone give any directions in how to do it? Thanks.

jaclerigo

Posted 2014-10-30T18:24:50.093

Reputation: 101

1http://everyday-tech.com/apt-get-on-centos/ + sudo apt-get update && sudo apt-get install parsoid? – Ƭᴇcʜιᴇ007 – 2014-10-30T18:59:53.990

1And the award for the world must unhelpful comment goes to... – ZZ9 – 2015-07-09T16:17:36.177

Answers

0

Try:

git clone --recursive https://gerrit.wikimedia.org/r/p/mediawiki/services/parsoid/deploy

That should copy all Parsoid deploy files in your server. You can install some extra packages by doing the following:

git clone https://gerrit.wikimedia.org/r/p/mediawiki/services/parsoid
cd parsoid
npm install

Migue Casas

Posted 2014-10-30T18:24:50.093

Reputation: 1

Hi. I'm not using mediawiki anymore, so I won't be able to test this right now. Thanks for answering anyway. – jaclerigo – 2016-11-10T15:19:44.077