".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)'); } }) })
Softaculous是一款出色的自动安装程序,提供一键安装脚本,支持广泛的应用程序。我们在购买[Hostwinds](/#) VPS时,可以通过结账页面选择Softaculous许可证,完成支付后,许可证会自动激活到VPS服务器上。如果没有在购买服务器时添加许可证,那么也可参考以下步骤来单独订购和激活Softaculous。
1、首先登录到Hostwinds账户,然后导航到Services部分,下拉菜单选择Order new Services,如下图所示:
![](https://www.idcspy.com/wp-content/uploads/2021/11/1-30.jpg)
2、接着在Categories分类目录下,选择Licenses许可证。
![](https://www.idcspy.com/wp-content/uploads/2021/11/12-25.jpg)
3、在许可证页面,选择对应的Softaculous,有VPS和专用服务器项可选,其中适用于Hostwinds VPS的Softaculous许可证每月价格是1.5美元。
![](https://www.idcspy.com/wp-content/uploads/2021/11/13-22.jpg)
4、包信息部分,可以选择账单周期,所购买的Softaculous许可证数量,在License IP字段中输入Hostwinds VPS的IP地址。IP地址等信息设置完毕后,提交订单并完成支付即可。
![](https://www.idcspy.com/wp-content/uploads/2021/11/15-15.jpg)
最后,我们可以通过打开网络浏览器并导航到服务器的IP地址、主机名或任何指向端口为2087的服务器的域(例如:https://主机名:2087)来登录WHM,以检查下Softaculous许可证是否激活生效。登录详细信息可以在Hostwinds发送的欢迎电子邮件中查看。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/104866.html