Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote

Before you install Governance Registry, ensure that your system meets the minimum hardware and software requirements described in Governance Registry Installation Prerequisites.

...

Table of Contents
maxLevel3
minLevel3

...

styleborder:1
locationtop
typeflat
separatorpipe

...

Step 1. Obtain Installation Pack

...

3. In the opened CMD, enter the following command and press <Enter>:

Code Block

set JAVA_HOME=<JDK_INSTALLATION_PATH>

...

3. In the opened CMD window, enter the following command and press "Enter":

Code Block

set JAVA_HOME

4. The program shows that JAVA_HOME is set to the JDK installation path (for example, JAVA_HOME=:c\Program Files\java\jdk1.6.0_25).
This means that JAVA_HOME was set up correctly.

...

  1. Download the source distribution, which is available as a ZIP archive.
  2. Expand the source archive to a directory of your choice.
  3. All the necessary build scripts are included with the source distribution.
  4. You can run the following command inside that directory to build the WSO2 Governance Registry:

    Info
    titleNote

    You will require a connection to the Internet for the Maven build to download the dependencies required for the build.

    Command mvn clean install

This will create the complete release artifacts including the binary and source distributions in the modules/distribution/target/ directory which can be installed using the above instructions.

...

3. Go to GREG_HOME\bin via the command:

Code Block

cd GREG_HOME\bin

For example, cd c:\greg\wso2greg-4.15.1-src0\bin.

Image RemovedImage Added

4. Execute the following command:

Code Block

wso2server.bat --run

...

5. The operation log is displayed.

Image RemovedImage Added

Note
titleNote

Make sure no errors occurred.

...

Governance Registry is installed and environment variables are set up. Proceed to Starting Governance Registry Management Console on Windows for instructions on how to run the Governance Registry Management Console.

Excerpt
hiddentrue

Instructions on how to install Governance Registry on Windows from Source Distribution.