标签:ps1 步骤 size ddd border === linux 图片 部署
首先购买一台华为云服务器,华为云注册链接如下:
注册成功后,进入下面链接购买华为云服务器,购买的时候选择操作系统为:CentOS 7.2 64
https://www.huaweicloud.com/product/ecs.html
接下来,正式讲解:Linux云服务器宝塔安装流程
Linux实例手工安装宝塔面板的具体操作步骤如下:
安装宝塔面板。
登录宝塔面板。
前提条件
方向 |
协议/应用 |
端口/范围 |
源地址 |
---|---|---|---|
入方向 |
TCP |
8888 |
0.0.0.0/0 |
操作步骤
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
当出现以下提示信息时,输入“y”:...
Do you want to install Bt-Panel to the /www directory now?(y/n): y
...
安装完成后,回显如下类似信息:
...
==================================================================
Congratulations! Installed successfully!
==================================================================
Bt-Panel: http://114.115.180.45:8888/46722528
username: ut22gsvp
password: 788db533
Warning:
If you cannot access the panel,
release the following port (8888|888|80|443|20|21) in the security group
==================================================================
Time consumed: 2 Minute!
说明:
请记录回显信息中“Bt-Panel”、“username”和“password”的参数值。
标签:ps1 步骤 size ddd border === linux 图片 部署
原文地址:https://www.cnblogs.com/apphuang/p/14742300.html