个人网站搭建 01——Linux 安装宝塔面板

宝塔面板概念

官网:https://www.bt.cn/new/index.html

安全高效的服务器运维面板

使用宝塔前: 手工输入命令安装各类软件,操作起来费时费力并且容易出错,而且需要记住很多 Linux 的命令,非常复杂。

使用宝塔后: 2 分钟装好面板,一键管理服务器,鼠标点几下就能替代以前的复杂繁多命令,操作简单,看一眼就会使用。

打开服务器相应端口(默认为 8888)

腾讯云:https://www.bt.cn/bbs/thread-1229-1-1.html

阿里云:https://www.bt.cn/bbs/thread-2897-1-1.html

华为云:https://www.bt.cn/bbs/thread-3923-1-1.html

安装命令(需要检测是否含有 yum 支持)

 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh  wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh  wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh  wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh  curl http://download.bt.cn/install/update6.sh|bash 

Do you want to install Bt-Panel to the /www directory now?(y/n): y

提示你是否要安装,输入 y 回车。输入 y 之后它就会全自动搭建,稍等一到两分钟。安装完成后的反馈面板内容:

Congratulations! Install succeeded!

Bt-Panel: http://{IP地址}:8888
username: admin # 后面用来登录的用户名
password: 1f766591 # 登录的密码
Warning:
If you cannot access the panel,
release the following port (8888|888|80|443|20|21) in the security group

基本应用安装

LAMP = Linux + Apache + Mysql + PHP

LNMP = Linux + Nginx + Mysql + PHP

要省内存的话 LNMP 是最好的选择,但似乎不太稳定。

静态的多用 LNMP 还是不错的;动态内容多的话,LAMP 还是最稳定的。

编译安装也叫源码安装,宝塔官方给出的提示是 安装时间长(30-3小时)适合生产环境,极速安装也叫RPM安装,安装时间极快,性能与稳定性略低于编译安装。

对于新手站长们,如果时间允许的话,推荐使用编译安装。

宝塔面板网站开通

参考文章:https://www.longkui.site/program/other/p12041/2586/

卸载宝塔面板

service bt stop && rm -rf /www 

原文链接:https://blog.csdn.net/Liu_PiPiPi/article/details/120760815

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享