File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export default defineConfig({
4949 { text : '部署概览' , link : '/manual/deployment/' } ,
5050 { text : 'Windows部署' , link : '/manual/deployment/mmc_deploy_windows' } ,
5151 { text : 'Linux部署' , link : '/manual/deployment/mmc_deploy_linux' } ,
52+ { text : 'macOS部署' , link : '/manual/deployment/mmc_deploy_macos' } ,
5253 { text : 'Docker部署' , link : '/manual/deployment/mmc_deploy_docker' } ,
5354 { text : 'Android部署' , link : '/manual/deployment/mmc_deploy_android' } ,
5455 { text : 'Kubernetes部署' , link : '/manual/deployment/mmc_deploy_kubernetes' }
Original file line number Diff line number Diff line change @@ -238,16 +238,7 @@ cp template/model_config_template.toml config/model_config.toml
238238cp template/template.env .env
239239```
240240
241- 3 . 编辑 ` .env ` 文件,设置监听端口:
242-
243- ``` bash
244- # 使用文本编辑器打开 .env 文件
245- nano .env
246- # 或使用 vim
247- vim .env
248- ```
249-
250- 修改以下内容:
241+ 3 . 使用 VSCode 或其他编辑器打开 ` .env ` 文件,设置监听端口:
251242
252243``` ini
253244HOST =127.0.0.1
You can’t perform that action at this time.
0 commit comments