diff --git a/docs/deployment/deployment-standalone.md b/docs/deployment/deployment-standalone.md index 35bf4b65..5b37bf12 100644 --- a/docs/deployment/deployment-standalone.md +++ b/docs/deployment/deployment-standalone.md @@ -28,9 +28,11 @@ MySQL 5.7 or above ## 2. Configuration Changes ### 2.1 Preparation of Installation Package -Download the source code from https://github.com/CloudOrc/SolidUI or https://github.com/CloudOrc/SolidUI/releases, and compile the corresponding installation package. +Download the source code from https://github.com/CloudOrc/SolidUI or https://github.com/CloudOrc/SolidUI/releases and compile the corresponding installation package. -After uploading the installation package solidui-x.x.x-bin.tar.gz, decompress the installation package +Compilation: [Server Compilation](/docs/development/development-server) and [Frontend Compilation](/docs/development/development-front) + +After uploading the installation package solidui-x.x.x-bin.tar.gz, extract the installation package. ```shell script tar -zxvf solidui-x.x.x-bin.tar.gz diff --git a/docs/deployment/deployment-web.md b/docs/deployment/deployment-web.md index a5f1766e..e72c7793 100644 --- a/docs/deployment/deployment-web.md +++ b/docs/deployment/deployment-web.md @@ -8,8 +8,11 @@ sidebar_position: 1 ## 1 Preparations -* Method 1: Download the address from the official website: https://github.com/CloudOrc/SolidUI/releases, and download the corresponding installation package (overall installation package). -* Method 2: Compile the project installation package according to SolidUI. +Download the source code from https://github.com/CloudOrc/SolidUI or https://github.com/CloudOrc/SolidUI/releases and compile the corresponding installation package. + +Compilation: [Server Compilation](/docs/development/development-server) and [Frontend Compilation](/docs/development/development-front) + +After uploading the installation package solidui-x.x.x-bin.tar.gz, extract the installation package. ``` tar -zxvf solidui-x.x.x-bin.tar.gz diff --git a/docs/development/server-compilation.md b/docs/development/server-compilation.md index f5e78fa5..82851d68 100644 --- a/docs/development/server-compilation.md +++ b/docs/development/server-compilation.md @@ -38,4 +38,12 @@ cd solidui-x.x.x-src # Compile mvn clean -N install mvn clean install -Dmaven.test.skip=true -Prelease -``` \ No newline at end of file +``` + +## 4. Post-Compilation Files + +The files after compilation are located in the solidui-x.x.x-src/solidui-dist/target directory and include the following files: + +solidui-x.x.x-bin.tar.gz Installation Package + +solidui-x.x.x-src.tar.gz Source Code Files \ No newline at end of file diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-kubernetes.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-kubernetes.md index f5cf2839..4035f933 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-kubernetes.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-kubernetes.md @@ -25,7 +25,7 @@ CPU 8核+,内存 16G+ 方式1:从github仓库 https://github.com/CloudOrc/SolidUI 获取项目的源代码。 -方式2:从https://github.com/CloudOrc/SolidUI/releases 下载下载所需版本的源码包。 +方式2:从https://github.com/CloudOrc/SolidUI/releases 下载所需版本的源码包。 请下载源码包 solidui-x.x.x-src.tar.gz diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-standalone.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-standalone.md index f686dd82..e359a655 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-standalone.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-standalone.md @@ -30,6 +30,8 @@ Mysql5.7 或以上版本 https://github.com/CloudOrc/SolidUI 或者 https://github.com/CloudOrc/SolidUI/releases 下载源码,编译对应的安装包。 +编译:[服务端编译](/docs/development/development-server) 和 [前端编译](/docs/development/development-front) + 上传安装包solidui-x.x.x-bin.tar.gz后,进行解压安装包 ```shell script diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-web.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-web.md index 7552e8c3..f94e1b7b 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-web.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deployment-web.md @@ -8,8 +8,11 @@ sidebar_position: 1 ## 1 准备工作 -* 方式1:从官网下载地址: https://github.com/CloudOrc/SolidUI/releases ,下载对应的安装包(整体安装包)。 -* 方式2:根据SolidUI 自行编译出项目安装包。 +https://github.com/CloudOrc/SolidUI 或者 https://github.com/CloudOrc/SolidUI/releases 下载源码,编译对应的安装包。 + +编译:[服务端编译](/docs/development/development-server) 和 [前端编译](/docs/development/development-front) + +上传安装包solidui-x.x.x-bin.tar.gz后,进行解压安装包 ``` tar -zxvf solidui-x.x.x-bin.tar.gz diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/server-compilation.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/server-compilation.md index d6fc029c..4e4b35f9 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/server-compilation.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/server-compilation.md @@ -42,3 +42,11 @@ mvn clean install -Dmaven.test.skip=true -Prelease ``` +## 4.编译后的文件 + +编译后的文件在solidui-x.x.x-src/solidui-dist/target目录下,包含以下文件: + +solidui-x.x.x-bin.tar.gz 安装包 + +solidui-x.x.x-src.tar.gz 源码文件 +