Difference between revisions of "Update Fusion Metadata Registry"
Jump to navigation
Jump to search
m (1 revision imported) |
|||
Line 1: | Line 1: | ||
[[Category:How_To]] | [[Category:How_To]] | ||
=Overview= | =Overview= | ||
− | The Fusion Registry Core software is distributed as a ZIP file containing: | + | The Fusion Metadata Registry Core software is distributed as a ZIP file containing: |
* The FusionRegistry.war file - the actual software | * The FusionRegistry.war file - the actual software | ||
* PDF documentation - setup, configuration and operating guides | * PDF documentation - setup, configuration and operating guides | ||
* Some sample SDMX structural metadata and data | * Some sample SDMX structural metadata and data | ||
− | To install Fusion Registry, the WAR file needs to be deployed to the Tomcat web application server. That's explained in the next section. | + | 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. |
− | =Deploying the Fusion Registry Core WAR file to Tomcat= | + | =Deploying the Fusion Metadata Registry Core WAR file to Tomcat= |
* Stop Tomcat if it is already running | * Stop Tomcat if it is already running | ||
* Copy the WAR file into the <code>tomcat\webapps</code> directory | * Copy the WAR file into the <code>tomcat\webapps</code> directory | ||
Line 15: | Line 15: | ||
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 Registry installation page when the deployment process is complete. | + | 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. |
[[File:BlankInstallPage.PNG|400px]] | [[File:BlankInstallPage.PNG|400px]] |
Revision as of 04:33, 4 November 2020
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
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.
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.