mediawiki-extensions-Visual.../api
Gabriel Wicke d8a5eda5aa Append, don't truncate
Change-Id: If01d6e343f57965f5d0e6ad0a7000da882257b6a
2012-07-24 18:06:35 -07:00
..
COPYING Document GPL license for Parsoid 2012-07-18 20:14:13 -07:00
localsettings.js.example Make an example localsettings.js file. 2012-07-21 13:43:18 +03:00
ParserService.js Merge "Output processing time to console (only for article parsing)" 2012-07-23 22:14:32 +00: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 Append, don't truncate 2012-07-24 18:06:35 -07: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