The script in this repository can be used to add new custom apps to your CoreMedia Content Cloud Blueprints Workspace.
This is just a starting point. Please contribute or give feedback via the usual github means.
./app-create.sh EXISTING-TARGET-DIRECTORY APP-NAME
mkdir $COREM_BLUEPRINTS_ROOT/custom-apps/abc-image-feeder
cd cmccAppCreator
./app-create.sh $COREM_BLUEPRINTS_ROOT/custom-apps/abc-image-feeder abc-image-feeder
The script creates the following basic sub folder structure with maven poms and a Dockerfile for an app inside of the CoreMedia Content Cloud 10 Blueprints Workspace:
pom.xml
├── blueprint-parent
│ └── pom.xml
├── docker
│ ├── APP_NAME-app
│ │ ├── Dockerfile
│ │ └── pom.xml
│ └── pom.xml
├── APP_NAME-blueprint-bom
│ └── pom.xml
├── modules
│ └── pom.xml
└── spring-boot
├── APP_NAME-app (with scr/main/[java|resources] boilerplates
│ └── pom.xml
└── pom.xml
The base workspace itself is available in from CoreMedia. Please consult the Product Homepage.