When you install the quick start Data Hub, it usually installs on port 8080 or 9000 ( which is user configurable ) e.g. https://developer.marklogic.com/learn/data-hub-quickstart/
I have installed a 5.2.6 Data Hub on a Server 9.0-13.1 using Gradle project here ( https://docs.marklogic.com/datahub/5.2/projects/create-project-using-gradle.html ) and then ran the mlDeploy command which appears to have gone OK, its created services etc in the MarkLogic server which I can connect to , so all good.
However I cant find where the GUI interface is for this Gradle deployed data hub, which I would like to use ( i.e. same as the GUI for Quickstart ) - can I set up a GUI to administer a Gradle deployed Data Hub? Or is the Data Hub supposed to be set up/driven using APIs only?
Any help appreciated....