# mecm-apm **Repository Path**: pramodkumar/mecm-apm ## Basic Information - **Project Name**: mecm-apm - **Description**: MECM 应用包管理模块,处理应用包的版本管理,上传,分发,删除等功能 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2020-12-01 - **Last Updated**: 2020-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mecm-apm #### Description Application package manager responsible for application package management including Onboarding, distributing package to edge etc. #### Compile and build The APM project is containerized based on docker, and it is divided into two steps during compilation and construction. #### Compile APM is a Java program written based on jdk1.8 and maven. To compile, you only need to execute mvn install to compile and generate jar package #### Build image The APM project provides a dockerfile file for mirroring. You can use the following commands when making a mirror docker build -t edgegallery/mecm-apm:latest -f docker/Dockerfile .