Getting Started

What does your user need to know to try your project?

This is a placeholder page that shows you how to use this template site.

前置条件

  • Git (用于拉取源码)
  • Make (用于构建和安装)
  • Docker (用于构建镜像和部署服务)
  • Docker-Compose (用于部署服务-docker方式)
  • kubernetes (用于部署服务-k8s方式)
  • Helm (用于部署服务-k8s方式)

拉取代码

git clone git@github.com:ModelEngine-Group/DataMate.git
cd DataMate

镜像构建

make build

Docker安装

make install INSTALLER=docker

kubernetes安装

make install INSTALLER=k8s

Example Page

A short lead description about this content page. It can be bold or italic and can be split over multiple paragraphs.


Last modified November 7, 2025: 完成文档指南 (98b9e89)