Christopher Johnson (WMDE) has submitted this change and it was merged. Change subject: update README ......................................................................
update README Change-Id: Ib8e28b01e847a4ba1b25a2628b0c39bfa3975f90 --- M README.md 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Christopher Johnson (WMDE): Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/README.md b/README.md index 4c66f53..ae74a54 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,11 @@ 1. update your phabricator and libphutil to HEAD 2. run git clone https://github.com/wikimedia/phabricator-extensions-Sprint.git /srv/phab/libext/sprint 3. from the /srv/phab/phabricator/bin directory run: + ./config set load-libraries '{"sprint":"/srv/phab/libext/sprint/src"}' + 4. create a symlink to link static files from the Sprint extension in the phabricator /webroot/rsrc directory: + ln -s /srv/phab/libext/sprint/rsrc/webroot-static /srv/phab/phabricator/webroot/rsrc/sprint **BUGS** -- To view, visit https://gerrit.wikimedia.org/r/221096 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib8e28b01e847a4ba1b25a2628b0c39bfa3975f90 Gerrit-PatchSet: 2 Gerrit-Project: phabricator/extensions/Sprint Gerrit-Branch: master Gerrit-Owner: Christopher Johnson (WMDE) <[email protected]> Gerrit-Reviewer: Christopher Johnson (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
