Developing the CDMI Server
Last updated
Last updated
To start developing for the CDMI server component, you need to get the latest sources from .
git
Java Development Kit > 8
Maven >= 3
You can download the sources from the GitHub repository .
git clone https://github.com/indigo-dc/CDMI.git
The project uses the Maven build automation tool that will build one fat executable jar Spring Boot application.
mvn clean package
If you encounter problems you might want to check and modify the maven pom.xml
file.
If you need to conifgure the service before building, you can find the configuration in src/main/resources/application.properties
. However, the service can be fully configured also at runtime, see previous chapter - Installing CDMI-QoS.
To run the CDMI service you can directly execute the built jar.
./target/cdmi-server-0.0.1-SNAPSHOT.jar
The CDMI service can be imported as a Maven project.
Recommended development environment for the CDMI service is the .
You can get in touch with the developers on .