This is an automated email from the ASF dual-hosted git repository. peacewong pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/linkis-website.git
The following commit(s) were added to refs/heads/dev by this push: new f3195ea9388 unify format (#789) f3195ea9388 is described below commit f3195ea9388d62575bad13a656e5b34ce388819e Author: aiceflower <kinsanit...@sina.com> AuthorDate: Wed Feb 21 10:16:23 2024 +0800 unify format (#789) --- .../version-1.5.0/deployment/deploy-console.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.5.0/deployment/deploy-console.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.5.0/deployment/deploy-console.md index a276d8022fd..d985858d959 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.5.0/deployment/deploy-console.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.5.0/deployment/deploy-console.md @@ -8,7 +8,7 @@ sidebar_position: 3 Linkis 提供了单独的前端管理台功能,提供了展示历史任务的全局历史、修改用户参数、管理ECM和微服务等功能,部署前端管理台前需要先将Linkis后端进行部署,Linkis的部署手册见:[Linkis部署手册](deploy-quick.md) -## 1 准备工作 +## 1. 准备工作 1. 从linkis的release页面([点击这里进入下载页面](https://linkis.apache.org/zh-CN/download/main))下载web安装包`apache-linkis-x.x.x-web-bin.tar.gz` 手动解压:`tar -xvf apache-linkis-x.x.x-web-bin.tar.gz`, @@ -23,7 +23,7 @@ Linkis 提供了单独的前端管理台功能,提供了展示历史任务的 └── NOTICE ``` -## 2 部署 +## 2. 部署 > 分为两种部署方式,自动化部署和手动部署 @@ -156,7 +156,7 @@ sudo systemctl restart nginx ``` -## 3 登录管理台 +## 3. 登录管理台 浏览器访问`http://linkis_ipaddr:linkis_port` 其中linkis_port为config.sh里面配置的端口,linkis_ipaddr为安装机器的IP @@ -167,7 +167,7 @@ wds.linkis.admin.password= #密码 ``` -## 4 注意事项 +## 4. 注意事项 如果需要修改端口或则静态资源目录等,请修改`/etc/nginx/conf.d/linkis.conf` 文件后执行 `sudo nginx -s reload` 命令 :::caution 注意 @@ -179,7 +179,7 @@ wds.linkis.admin.password= #密码 ::: -## 5 常见问题 +## 5. 常见问题 ### 5.1 上传文件大小限制 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@linkis.apache.org For additional commands, e-mail: commits-h...@linkis.apache.org