29 lines
514 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Mac M1芯片电脑docker-compose 快速安装说明
### 1、安装docker compose
文档地址https://docs.docker.com/compose/install/
### 2、下载CRMEB Admin项目
```
git clone https://gitee.com/crmeb/CRMEB-Admin.git
```
### 3、进入运行目录
```
cd docker-compose/MacIntel
```
### 4、启动项目
```
docker-compose up -d
make run
```
make 命令详情查看 Makefile文件
### 5、安装程序
访问网址http://localhost:8011/ 网站,根据提示进行安装
### 6、完成