1 Star 0 Fork 29

嬴政 / mecm-appo

forked from EdgeGallery / mecm-appo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
helongfei 提交于 2022-08-04 10:11 . 更新readme

mecm-appo

描述

应用编排器是负责编排应用生命周期维护操作的核心模块。

编译和构建

Appo项目基于docker容器化,在编译和构建过程中分为两个步骤。

编译

Appo是一个基于jdk1.8和maven编写的Java程序。 编译只需执行 mvn install 即可编译生成jar包

编译父依赖仓库

  • 拉取代码
     git clone https://gitee.com/edgegallery/eg-parent.git
  • 安装依赖
     mvn clean install

编译APPO

  • 拉取代码
     git clone https://gitee.com/edgegallery/mecm-appo.git
  • 安装依赖
     maven clean install

构建镜像

Appo 项目提供了一个用于镜像的 dockerfile 文件。 制作镜像时可以使用以下命令

docker build -t edgegallery/mecm-appo:latest -f docker/Dockerfile 。

Java
1
https://gitee.com/i221bci/mecm-appo.git
git@gitee.com:i221bci/mecm-appo.git
i221bci
mecm-appo
mecm-appo
master

搜索帮助