jenkins-bot has submitted this change and it was merged. Change subject: js/README.txt instructions to run node server ......................................................................
js/README.txt instructions to run node server I am a very lazy person and would have loved to get some basic instructions to easily start the node server (ie without having to browse the wiki). Added in the instructions to create a localsettings.js and how to start the server. Point to the extensive wiki doc. Change-Id: If0d2091eff2cfdf6b09ff07c415774141d4b5c50 --- M js/README.txt 1 file changed, 13 insertions(+), 0 deletions(-) Approvals: Subramanya Sastry: Looks good to me, approved jenkins-bot: Verified diff --git a/js/README.txt b/js/README.txt index 5bc2d8b..c16dec0 100644 --- a/js/README.txt +++ b/js/README.txt @@ -10,3 +10,16 @@ Run tests: npm test + +Configure your Parsoid web service: + + cd Parsoid/js/api + cp localsettings.js.example localsettings.js + // Tweak localsettings.js + +Run the webservice: + + cd Parsoid/js + npm start + +More details are available at https://www.mediawiki.org/wiki/Parsoid/Setup -- To view, visit https://gerrit.wikimedia.org/r/95595 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If0d2091eff2cfdf6b09ff07c415774141d4b5c50 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
