Skip to content

Commit

Permalink
Merge pull request #7 from bestlaw66/patch-2
Browse files Browse the repository at this point in the history
docs: fix image path
  • Loading branch information
bestlaw66 authored Nov 18, 2024
2 parents b29a5ee + 23ca01d commit 073bc82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/en/deployment/third-party-tool-btpanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ aaPanel(Applicable versions 7.0.11 and above) Deployment guidelines

1. Log in to aaPanel and click `Docker` in the menu bar

![Docker](en/images/deployment/btpanel/install.png)
![Docker](../images/deployment/btpanel/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](en/images/deployment/btpanel/install2.png)
![install](../images/deployment/btpanel/install2.png)

3. After the installation is complete, find `Apollo` in `One-Click Install` and click `install`

![install-Apollo](en/images/deployment/btpanel/install-Apollo.png)
![install-Apollo](../images/deployment/btpanel/install-Apollo.png)

4. configure basic information such as the domain name, ports to complete the installation

Note:
The domain is optional. If a domain is provided, it can be managed through [Website] --> [Proxy Project]. In this case, you do not need to check [Allow external access]. However, if no domain is provided, you must check [Allow external access] to enable port-based access.

![addApollo](en/images/deployment/btpanel/addApollo.png)
![addApollo](../images/deployment/btpanel/addApollo.png)

5. After installation, enter the domain name or IP+ port set in the previous step in the browser to access.
- Name: application name, default `Apollo-characters`
Expand Down Expand Up @@ -67,7 +67,7 @@ aaPanel(Applicable versions 7.0.11 and above) Deployment guidelines
- URL Format: `http://<aaPanelIP>:8070`
- Note: Requires "Allow external access" to be enabled

![console](/docs/en/images/deployment/btpanel/console.png)
![console](../images/deployment/btpanel/console.png)

> Default credentials: username `apollo`, password `admin`, please change the default password immediately.
6 changes: 3 additions & 3 deletions docs/zh/deployment/third-party-tool-btpanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
## 部署

1. 登录宝塔面板,在左侧菜单栏中点击 `Docker`
![Docker](zh/images/deployment/btpanel/docker-menu.png)
![Docker](../images/deployment/btpanel/docker-menu.png)

2. 首次会提示安装`Docker``Docker Compose`服务,点击立即安装,若已安装请忽略。
![安装环境](zh/images/deployment/btpanel/install-docker.png)
![安装环境](../images/deployment/btpanel/install-docker.png)

3. 安装完成后在`Docker-应用商店`中找到 `Apollo`,点击`安装`
![安装](zh/images/deployment/btpanel/search-apollo.png)
![安装](../images/deployment/btpanel/search-apollo.png)

4. 设置域名等基本信息,点击`确定`
- 名称:应用名称,默认`apollo_随机字符`
Expand Down

0 comments on commit 073bc82

Please sign in to comment.