-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
在国内有大部分用户都在使用宝塔面板管理服务器,因此增加使用宝塔面板部署的教程,可视化的部署文档可以帮助用户更加便捷的部署apollo
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
# 宝塔面板(适用9.2.0及以上的版本)快速部署Apollo | ||
|
||
## 一、 准备工作 | ||
前往[宝塔面板官网](https://www.bt.cn/new/download.html),选择正式版的脚本下载安装(如果已安装,请跳过此步) | ||
|
||
### 1.1 登陆面板安装docker环境 | ||
安装后登录宝塔面板,在左侧导航栏点击Docker,首先进入会提示安装Docker服务,点击立即安装,按提示完成安装 | ||
 | ||
 | ||
|
||
### 1.2 通过docker应用商店部署 | ||
在应用商店中找到Apollo,点击安装,配置域名、端口等基本信息即可完成安装 | ||
 | ||
|
||
注意: | ||
域名为非必填,如果填写了域名则通过【网站】--> 【反向代理】来管理,填写域名后不需要勾选【允许外部访问】,否则需要勾选后才可以通过端口访问 | ||
|
||
|
||
## 二、访问Apollo | ||
安装后在浏览器输入上一步设置的域名或者IP+端口即可访问 |