mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
b91467e144
This is just to avoid re-licensing along with VE. We want to be compatible with MediaWiki core to make sure a closely-integrated C port is still GPL-compatible. We could consider adding MIT to the JS implementation after porting to C. Change-Id: Ia83e8620e26c95625793438c4c5e8ddcf2702368 |
||
---|---|---|
.. | ||
COPYING | ||
ParserService.js | ||
README.runserver.txt | ||
runserver.sh | ||
server.js |
== 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