mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
a4c5d43ff7
Change-Id: I9a4f7690e98313d003a2fec35324ed70556e6461
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
== 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
|