XRegistry
From Ogce
[edit]
Download
| Date | Download Link |
|---|---|
| June 6th, 2008 | XRegistry Release TG 08 |
[edit]
XRegistry Overview
XRegistry is a Web Service registry that is part of the OGCE's Workflow Suite. For more information on installing and using these related tools and services, see GFAC and GFAC_Portlet
[edit]
Build and Install
- Download the Xregistry distribution
- Unzip the source distribution
- You need a MySQL database, or you can use the default database given in the pom file. Edit the properties
databaseUrl, databaseUser, anddatabasePassto point to your database. Database must be created before xregistry is startedup. - Run
mvn -Dmaven.test.skip=true installto build the Bineary distribution - Binary distribution will be created in target/dist-bin
- xregistry can be started by running xregistry.sh xregistry.properties from target/dist-bin
