mediawiki-extensions-Visual.../api
2012-07-19 04:33:55 +00:00
..
COPYING Document GPL license for Parsoid 2012-07-18 20:14:13 -07:00
ParserService.js Add localhost prefix pointing to http://localhost/w by default 2012-07-18 21:33:14 -07:00
README.runserver.txt Fix an external link regression, and add server shell wrapper and setup docs 2012-05-23 16:25:42 +02:00
runserver.sh Improve shell wrapper for parsoid service 2012-05-24 10:24:14 +02:00
server.js When the main server process is killed, kill the children too 2012-07-14 16:08:30 -07:00

== Installation on Ubuntu VM ==

apt-get update
apt-get install nodejs npm git build-essential
npm install -g express html5 lru-cache jquery pegjs async jshashes
adduser --system --home /var/lib/parsoid parsoid
cd /var/lib/parsoid
git clone
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git
cd VisualEditor/api
./runserver.sh