Difference between revisions of "Update Fusion Metadata Registry V11"

From FMR Knowledge Base
Jump to navigation Jump to search
(Deploying the Fusion Metadata Registry Core WAR file to Tomcat)
 
Line 1: Line 1:
 
[[Category:How_To V11]]
 
[[Category:How_To V11]]
=Pre-requisites=
 
In order to deploy a FusionRegistry war file for a new Version 11 and later Installation, 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=
+
The process to be followed when updating FMR V11 depends on which version you are updating from and to.
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 (although the latest versions of guides are now on this Wiki)
 
* 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.
+
=== Updating to FMR V11.4? ===
 +
These instructions [https://fmrwiki.sdmxcloud.org/Upgrading_to_Version_11.4 should be followed.]
  
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.
+
=== Updating from Version 10 to Version 11, 11.1 or 11.3? ===
 +
These instructions [https://fmrwiki.sdmxcloud.org/Upgrading_from_Version_10_to_Version_11 should be followed.]
  
=Deploying the Fusion Metadata Registry Core WAR file to Tomcat=
+
=== Application Deployment (all versions) ===
* Stop Tomcat if it is already running
+
These intructions [https://fmrwiki.sdmxcloud.org/Update_Fusion_Metadata_Registry should be followed.]
* Copy the WAR file into the <code>tomcat\webapps</code> directory
 
* Start Tomcat
 
 
 
The deployment process will take between 1 and 2 minutes.
 
 
 
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:Blank Instal lPageV11.PNG|Installation Page|1000px]]
 
 
 
 
 
[[Install_Fusion_Metadata_Registry_V11| Click here to see the next step for a New Installation]].
 

Latest revision as of 04:28, 3 November 2022


The process to be followed when updating FMR V11 depends on which version you are updating from and to.

Updating to FMR V11.4?

These instructions should be followed.

Updating from Version 10 to Version 11, 11.1 or 11.3?

These instructions should be followed.

Application Deployment (all versions)

These intructions should be followed.