Skip to content

Creates a boilerplate CoreMedia ContentCloud-App subfolder structure with maven poms and a Dockerfile

License

Notifications You must be signed in to change notification settings

provocon/cmcc-app-creator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Creates a boilerplate CoreMedia ContentCloud-App subfolder structure with maven poms and a Dockerfile

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.5%
  • Dockerfile 14.5%
  • Java 10.0%