Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/95595
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, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid refs/changes/95/95595/1 diff --git a/js/README.txt b/js/README.txt index 5bc2d8b..8381e13 100644 --- a/js/README.txt +++ b/js/README.txt @@ -10,3 +10,15 @@ Run tests: npm test + +Configure your Parsoid web service: + + cd api + cp localsettings.js.example localsettings.js + // edit settings + +Run the webservice: + + 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: newchange Gerrit-Change-Id: If0d2091eff2cfdf6b09ff07c415774141d4b5c50 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
