Data Portal Install

From Fusion Registry Wiki
Revision as of 01:34, 17 August 2023 by Vmurrell (talk | contribs)
Jump to navigation Jump to search

Overview

Fusion Portal is a web application made up of HTML, JavaScript, Images, and CSS files.

The Portal allows you to call data from SDMX Webservices and other sources which enables you to obtain data from the data provider and import it directly into Fusion Registry.

To install the Data Portal, the recommended approach is to host the Fusion Portal on the same domain as your Fusion Registry, for example if your Registry is accessed via https://FusionRegistry.yourorg.com then the Portal could be accessed via https://FusionPortal.yourorg.com, this will eliminate any potential CORS issues.

If your Fusion Registry is hosted via Apache Tomcat, then you can simply copy and paste the Fusion Data Browser folder into the webapps folder of tomcat. Whatever your folder is called that has the Portal will be what goes in your URL of the web browser, for example Tomcat/webapps/FusionPortal will be accessed via http(s)//localhost:8080/FusionPortal. The DPortal can be hosted on any server capable of hosting HTML and JavaScript, it does not need to be Apache Tomcat.

Installation Steps

  1. Copy the FusionPortal folder to your web application server (example Apache or Tomcat)
  2. Configure the Portal using a text editor or JSON editor such as Brackets
  3. Configure Fusion Security Manager to ensure the target audience is able to see appropriate datasets. More information
  4. Open your web browser, and enter the appropriate URL

Fusion Data Portal.png