Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix image path #7

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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