DCM is a package for dealing with IBM DataPower configuration management. It provides an Ant-based command line tool and a plugin for IBM UrbanCode Deploy (UCD).
- JDK 1.6 or later is required to build. An equivalent JRE is supported if using a prebuilt plugin.
- Apache Ant (1.8.1 or later, 1.9.7 will be packaged with UCD plugin)
After you obtain the source either via a Git client or by downloading the repository zip file, you can build the code using Apache Ant. Enter the dcm directory and issue the command below (assumes Apache Ant is in the path):
ant
The UCD plugin will be found in dist/datapower-vdev.zip
See Quick Start in the wiki for more details on installation.
The latest plugin distributable and command line interface can be found under the Releases Tab.
Download the datapower-v*.zip
plugin and follow these installation directions to use the Datapower plugin in IBM UrbanCode Deploy.
Download the dcm.jar
file and place it in an accessible location to use the dcm command line interface.
Follow the wiki guide for detailed directions on how to use the plugin and CLI.
If you want to contribute to the project, you will need to fill in the appropriate Contributor License agreement which can be found under the CLA directory. Follow the directions inside the document so that any submissions can be properly accepted into the repository.
The code is licensed under the terms of the Apache License 2.0. See the acompanying Apache-2.0-License.txt for further details.