mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
68d2ab7022
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 |
||
---|---|---|
.. | ||
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