mediawiki-extensions-Visual.../api
Gabriel Wicke ff76bb5fbf Explicitly redirect stderr so that it works when restarted from cron
Change-Id: I22550bbde926024e03123274ae7e960f663bd44b
2012-07-24 18:25:49 -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 Explicitly redirect stderr so that it works when restarted from cron 2012-07-24 18:25:49 -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