The Management iPlug provides an interface between the InGrid Portal database and the InGrid components. Information about partner and provider are manages in the portal admin GUI and stored in the portal database. All InGrid iPlugs need to access those data.
Download from https://dev.informationgrid.eu/ingrid-distributions/ingrid-iplug-management/
or
build from source with mvn package assembly:single
.
Execute
java -jar ingrid-iplug-management-x.x.x-installer.jar
and follow the install instructions.
Obtain further information at http://www.ingrid-oss.eu/ (sorry only in German)
mvn eclipse:eclipse
and import project into eclipse.
mvn install
to expand the base web applicationde.ingrid.iplug.management.ManagementIPlug
-Djetty.webapp=src/main/webapp
to the Run Configuration-Djetty.port=8083
If you are having issues, please let us know: info@informationgrid.eu
The project is licensed under the EUPL license.