mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
2fa5baabbb
* mw:Foo now loads pages from mediawiki.org * The default prefix still is 'en'. You can switch this to 'mw' in ParserService.js. Change-Id: I1208667e6114bd711b7988a8b3adb32ffab70969 |
||
---|---|---|
.. | ||
ApiQueryParseTree.php | ||
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