MEGREZ-Deploy/megrez
2025-02-24 18:07:13 +08:00
..
config.yml [Feat] Add SMTP Config 2025-02-24 18:07:13 +08:00
docker-compose.yml [Init] 🌈 MEGREZ Deploy Docs 2025-02-09 01:40:32 +08:00
README.md [Docs] 📝 Refactor the README files of the main program and the controlled end, adjust the links and content structure 2025-02-09 20:18:03 +08:00

主程序

Note

即后端服务

1. 安装依赖

1.1. 安装

sudo apt update && sudo apt install git

1.2. 安装 docker

sudo curl -sSL get.docker.com | sh

# 国内用户可以使用以下命令
sudo curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun

2. 下载部署配置

git clone https://github.com/XShengTech/MEGREZ-Deploy.git

# 国内用户可以使用以下命令
git clone https://openi.pcl.ac.cn/XShengTech/MEGREZ-Deploy.git

cd MEGREZ-Deploy/megrez

3. 启动主程序

docker compose up -d