mediawiki-extensions-Visual.../api
Gabriel Wicke 68d2ab7022 Add localhost interwiki prefix by default, and fix links after default change
It would be nicer if the editor used an explicit prefix instead of relying on
the Parsoid default. I left the default pointing to mediawiki.org for now, but
will switch it back to en.wikipedia.org after the release to fix existing
links pointing to the service.

Change-Id: I2abae56f171f62e789d31bba78155afd0eccd142
2012-06-21 09:53:18 +02:00
..
ParserService.js Add localhost interwiki prefix by default, and fix links after default change 2012-06-21 09:53:18 +02: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 Start slightly more workers than there are CPUs 2012-05-23 16:46:08 +02: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