Bearloga has submitted this change and it was merged. Change subject: Update README ......................................................................
Update README Change-Id: If0cb32d43d3e642d19e5afdfd7b8b31a0f2dc6db --- M README.md 1 file changed, 4 insertions(+), 47 deletions(-) Approvals: Bearloga: Verified; Looks good to me, approved diff --git a/README.md b/README.md index d76bd87..d7d95d2 100644 --- a/README.md +++ b/README.md @@ -1,55 +1,12 @@ -# Discovery Dashboards +# Experimental Discovery Dashboards -This is a collection of dashboards and tools for exploring aggregated Wikimedia search data. It contains everything from API usage to direct user interactions, and will only grow over time. The idea is that this will provide data for internal use and external use, to see how well we're doing. +This is a collection of in-progress dashboards and tools for exploring new features and data from Wikimedia Discovery team's services. These dashboards include graphs for features that other teams want to make themselves (but aren't high priority enough to get full analyst support) and trying out new dashboard features that may be hard and/or fragile. -## Running in labs - -Go to Special:NovaInstance on wikitech and start a new instance. The -The small instance with 2GB of memory is sufficient. Leave the image -type at the default of 'debian-8.1-jessie' and click go. Wait for -the instance to start, then login via ssh. - -First we need to clone the repository: - -``` -$ sudo git clone https://gerrit.wikimedia.org/r/wikimedia/discovery/experimental /srv/dashboards -``` - -Then we need to provision everything: - -``` -$ sudo bash /srv/dashboards/setup.sh -``` - -**shiny-server** should now be running on port 3838. To make this -available to the world visit Special:NovaProxy in wikitech. Point a -subdomain at the instance and make sure to port 3838 as the instance -port. - -### Updating - -Perform this step after merging a patch: - -``` -$ sudo make update -``` - -### Manually restarting Shiny Server - -``` -$ mwvagrant ssh -$ sudo service shiny-server restart -``` - -## Running on your machine - -``` -$ vagrant up -``` +The homepage for this project is [http://discovery-experimental.wmflabs.org/](http://discovery-experimental.wmflabs.org/) ## Dashboards as submodules -All of the following is done on your local clone of this repo: +All of the following is done on your local clone of this repo. Once the updated references (hashes) have been merged, a script (that runs frequently) will pull the new versions and restart Shiny Server. ### Adding -- To view, visit https://gerrit.wikimedia.org/r/257647 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If0cb32d43d3e642d19e5afdfd7b8b31a0f2dc6db Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/discovery/experimental Gerrit-Branch: master Gerrit-Owner: Bearloga <[email protected]> Gerrit-Reviewer: Bearloga <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
