".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Vultr凭借这17个数据机房成为[美国服务器](https://www.idcspy.com/)品牌当中机房数量最多之一,但是很多小伙伴不是专业的linux运维人员,所以需要通过面板来建站,而现在宝塔面板是很多站长的选择,接下来就来教大家Vultr如何安装宝塔面板图文介绍,希望能帮助到广大小伙伴。
直接用宝塔面板部署WEB环境,可以配置LNMP快速部署,适合用户需要的CMS程序,实现可视化面板管理站点。
**一、Vultr选择安装系统**
[宝塔面板](/#)官方表示是支持CentOS 6.x 7.x 、Ubuntu、Debian、Fedora系统的,所以我们就选择常用的CentOS来进行。
![](https://www.idcspy.com/wp-content/uploads/2020/07/00-1024x294.jpg)
**二、Vultr一键脚本部署**
1.CentOS
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
2.Ubuntu
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
3.Debian
wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh
这里我们选择与之对应的系统登入就可以了。
**三、Vultr安装宝塔面板过程**
![](https://www.idcspy.com/wp-content/uploads/2020/07/01-5.png)
如上图所示,输入命令之后我们需要输入y,然后点击回车键就会自动安装。
![](https://www.idcspy.com/wp-content/uploads/2020/07/02-8.png)
稍等一下我们可以看到安装完毕,有登录地址、用户名和密码,这时我们就可以登录宝塔面板后台了。接着推荐大家安装的套件,如下图:
![](https://www.idcspy.com/wp-content/uploads/2020/07/03-2.jpg)
登录宝塔面板之后,会看到上面界面提醒我们设置LNMP或者LAMP的系统,软件版本我们根据实际需要来安装,如果版本不对,后期我们也可以自己升级或者安装其它版本。
总结:以上就是[Vultr](/#)如何安装宝塔面板图文介绍,整体操作也不是太难,有需要的小伙伴根据上面的步骤操作就可以了。
**更多教程:**[Vultr教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107014.html