This is an automated email from the ASF dual-hosted git repository.

dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new efbc319414 fix aapanel deployment file name error (#1042)
efbc319414 is described below

commit efbc31941489313e50ae7aa2519e8a85a73e9828
Author: aias00 <[email protected]>
AuthorDate: Thu Oct 31 13:59:35 2024 +0800

    fix aapanel deployment file name error (#1042)
    
    * News and Committer
    
    * 添加宝塔面板\aaPanel方式部署
    
    * update image path
    
    * fix md lint
    
    * fix pic index
    
    * update baota deployment file name
---
 .../{deployment-baota.md => deployment-aapanel.md} |  1 +
 .../{deployment-baota.md => deployment-aapanel.md} |  1 +
 .../version-2.6.1/deployment/deployment-aapanel.md | 50 ++++++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-baota.md 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-aapanel.md
similarity index 98%
rename from 
i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-baota.md
rename to 
i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-aapanel.md
index 13150f02b5..24bd6ab5ac 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-baota.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-aapanel.md
@@ -1,6 +1,7 @@
 ---
 sidebar_position: 8
 title: 通过宝塔面板部署
+keywords: ["宝塔"]
 description: 通过宝塔面板部署
 ---
 
diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/deployment/deployment-baota.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/deployment/deployment-aapanel.md
similarity index 98%
rename from 
i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/deployment/deployment-baota.md
rename to 
i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/deployment/deployment-aapanel.md
index 13150f02b5..24bd6ab5ac 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/deployment/deployment-baota.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.6.1/deployment/deployment-aapanel.md
@@ -1,6 +1,7 @@
 ---
 sidebar_position: 8
 title: 通过宝塔面板部署
+keywords: ["宝塔"]
 description: 通过宝塔面板部署
 ---
 
diff --git a/versioned_docs/version-2.6.1/deployment/deployment-aapanel.md 
b/versioned_docs/version-2.6.1/deployment/deployment-aapanel.md
new file mode 100644
index 0000000000..217712c546
--- /dev/null
+++ b/versioned_docs/version-2.6.1/deployment/deployment-aapanel.md
@@ -0,0 +1,50 @@
+---
+sidebar_position: 6
+title: aaPanel Deployment
+keywords: ["aaPanel"]
+description: aaPanel Deployment
+---
+
+This article introduces the use of `aaPanel` to deploy the `Apache ShenYu` 
gateway.
+
+> Before you read this document, you need to complete some preparations before 
deploying Shenyu according to the [Deployment Prerequisites 
document](./deployment-before.md).
+
+### Prerequisite
+
+To install aaPanel, go to the 
[aaPanel](https://www.aapanel.com/new/download.html#install) official website 
and select the corresponding script to download and install.
+
+### Deployment
+
+aaPanel(Applicable versions 7.0.11 and above) Deployment guidelines
+
+1. Log in to aaPanel and click `Docker` in the menu bar
+   ![Docker](/img/shenyu/deployment/aapanel/install.png)
+
+2. The first time you will be prompted to install the `Docker` and `Docker 
Compose` services, click Install Now. If it is already installed, please ignore 
it.
+   ![install](/img/shenyu/deployment/aapanel/install2.png)
+
+3. After the installation is complete, find `ShenYu` in `One-Click Install` 
and click `install`  
+
+   ![install_HertzBeat](/img/shenyu/deployment/aapanel/install-ShenYu.png)
+
+4. Set the basic information such as domain name and click 'OK'
+
+   ![add](/img/shenyu/deployment/aapanel/addShenYu.png)
+   
+
+
+- Name: application name, default `ShenYu-random characters`
+- Version selection: default `latest`
+- Domain name: If you need to access directly through the domain name, please 
configure the domain name here and resolve the domain name to the server
+- Allow external access: If you need direct access through `IP+Port`, please 
check. If you have set up a domain name, please do not check here.
+- Port: Web management port `9095`, can be modified by yourself
+
+After submission, the panel will automatically initialize the application, 
which will take about `1-3` minutes. It can be accessed after the 
initialization is completed.
+
+
+### Visit ShenYu
+
+- If you have set a domain name, please directly enter the domain name in the 
browser address bar, such as `http://demo.ShenYu.apache.org`, to access the 
`LobeChat`ShenYu console.
+- If you choose to access through `IP+Port`, please enter the domain name in 
the browser address bar to access `http://<aaPanelIP>:9095` to access the 
`ShenYu` console.
+![console](/img/shenyu/deployment/aapanel/console.png)
+

Reply via email to