Ejegg has submitted this change and it was merged. Change subject: document how to install and run ......................................................................
document how to install and run Change-Id: I32cefe4f555e44793acbb8215a814a35696ea9db --- M README.md 1 file changed, 13 insertions(+), 0 deletions(-) Approvals: Ejegg: Looks good to me, approved jenkins-bot: Verified diff --git a/README.md b/README.md index 307485e..2bf18a9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,19 @@ To use the live version with actual Fundraising data, you will need special permissions. Please contact [email protected]. +Installation +============ + +To install and run the application in development mode, first ensure you do +not have anything already listening to port 8080. If so, stop it or change +the configured port in defaults.js, or in a new config file, using -c. + ++ Be sure you have the submodules: git submodule update -i ++ nvm use 0.8.2 ++ node server.js -d + +To test OAuth, omit the "-d" option when starting the server. + Framework / Libraries ===================== -- To view, visit https://gerrit.wikimedia.org/r/178049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I32cefe4f555e44793acbb8215a814a35696ea9db Gerrit-PatchSet: 4 Gerrit-Project: wikimedia/fundraising/dash Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: Ssmith <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
