Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.58 KB

File metadata and controls

56 lines (44 loc) · 1.58 KB

CoreMedia Content Cloud App Stub Preparation

The script in this repository can be used to add new custom apps to your CoreMedia Content Cloud Blueprints Workspace.

Status and Feedback

This is just a starting point. Please contribute or give feedback via the usual github means.

Usage

./app-create.sh EXISTING-TARGET-DIRECTORY APP-NAME

Sample

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

Function

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.