Difference between revisions of "Update Fusion Metadata Registry"

From FMR Knowledge Base
Jump to navigation Jump to search
(Deploying the Fusion Metadata Registry Core WAR file to Tomcat)
(Overview)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:How_To]]
 
[[Category:How_To]]
 +
=Pre-requisites=
 +
In order to deploy a FusionRegistry war file for a new Installation, file you need to have followed these steps:
 +
* Install a Java Runtime Environment [[Install Java Runtime Environment|More]]
 +
* Install and configure an Apache Tomcat web application server [[Install Apache Tomcat|More]]
 +
* Install and configure a MySQL database [[Install MySQL|More]]
 +
 
=Overview=
 
=Overview=
 
The Fusion Metadata Registry Core software is distributed as a ZIP file containing:
 
The Fusion Metadata Registry Core software is distributed as a ZIP file containing:
Line 6: Line 12:
 
* Some sample SDMX structural metadata and data
 
* Some sample SDMX structural metadata and data
  
To install Fusion Metadata Registry, the WAR file needs to be deployed to the Tomcat web application server. That's explained in the next section.
+
We recommend that you save the Zip file as you need to extract the war file in order to complete the installation and you may need may need the remaining files at a later date.
 +
 
 +
To install Fusion Metadata Registry, extract the WAR file which needs to be deployed to the Tomcat web application server. That's explained in the next section.
  
 
=Deploying the Fusion Metadata Registry Core WAR file to Tomcat=
 
=Deploying the Fusion Metadata Registry Core WAR file to Tomcat=
Line 15: Line 23:
 
The deployment process will take between 1 and 2 minutes.
 
The deployment process will take between 1 and 2 minutes.
  
Point your web browser at <code>http://localhost:8080/FusionRegistry</code> and you'll see the Fusion Metadata Registry installation page when the deployment process is complete.
+
Point your web browser at <code><nowiki>http://localhost:8080/FusionRegistry</nowiki></code> and you'll see the Fusion Metadata Registry installation page when the deployment process is complete.
  
[[File:BlankInstallPage.PNG|1000px]]
+
[[File:BlankInstallPage.PNG|Installation Page|1000px]]
  
  
[[Install_Fusion_Metadata_Registry| Click here to see the next steps]].
+
[[Install_Fusion_Metadata_Registry| Click here to see the next step for a New Installation]].

Latest revision as of 01:26, 4 May 2021

Pre-requisites

In order to deploy a FusionRegistry war file for a new Installation, file you need to have followed these steps:

  • Install a Java Runtime Environment More
  • Install and configure an Apache Tomcat web application server More
  • Install and configure a MySQL database More

Overview

The Fusion Metadata Registry Core software is distributed as a ZIP file containing:

  • The FusionRegistry.war file - the actual software
  • PDF documentation - setup, configuration and operating guides
  • Some sample SDMX structural metadata and data

We recommend that you save the Zip file as you need to extract the war file in order to complete the installation and you may need may need the remaining files at a later date.

To install Fusion Metadata Registry, extract the WAR file which needs to be deployed to the Tomcat web application server. That's explained in the next section.

Deploying the Fusion Metadata Registry Core WAR file to Tomcat

  • Stop Tomcat if it is already running
  • Copy the WAR file into the tomcat\webapps directory
  • Start Tomcat

The deployment process will take between 1 and 2 minutes.

Point your web browser at http://localhost:8080/FusionRegistry and you'll see the Fusion Metadata Registry installation page when the deployment process is complete.

Installation Page


Click here to see the next step for a New Installation.