".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)'); } }) })
帝国CMS是一套给予B/S结构,且功能强大的网站管理系统,深得中小型企业用户的喜爱。用户在购买像[HostEase](/#)、BlueHost等[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")主机后,如何来安装帝国CMS呢?本文就详细图解这些[cPanel主机](https://www.idcspy.com/cpanel-hosting.html "cPanel主机")安装帝国CMS的步骤。
准备工作:需要到帝国CMS官网下载最新的程序压缩包。
**创建数据库**
1.登录到cPanel控制面板,点击“MySQL数据库”开始创建数据库。
![](/sites/default/files/he033001.jpg)
2.创建新的数据库。
![](/sites/default/files/he033002.jpg)
3.创建新的MySQL用户名。
![](/sites/default/files/he033003.jpg)
4.向数据库中添加用户。
![](/sites/default/files/he033004.jpg)
5.赋予用户所有的操作权限。
![](/sites/default/files/he033005.jpg)
**上传程序包**
6.在cPanel面板找到“文件管理器”进入网站根目录(正确的主域名或子域名对应的目录)。
![](/sites/default/files/he033006.jpg)
7.点击如图所示的“上传”按钮上传本地的帝国CMS程序压缩包。
![](/sites/default/files/he033007.jpg)
8.等待上传完成。
![](/sites/default/files/he033008.jpg)
9.上传后,解压压缩包。
![](/sites/default/files/he033009.jpg)
10.解压后将upload文件夹里面的所有文件移动(Move)到网站根目录(就是上传程序的目录下)。
![](/sites/default/files/he033010.jpg)
**安装帝国CMS**
11.在浏览器中输入http://域名/e/install,进入帝国程序的安装界面,点击“我同意”。如图所示:
![](/sites/default/files/he033011.jpg)
12.检测运行环境,点击“下一步”。
![](/sites/default/files/he033012.jpg)
13.设置目录权限,点击“下一步”。
![](/sites/default/files/he033013.jpg)
14.配置数据库。输入刚才创建的数据库用户和密码等信息,数据库服务器默认“localhost”,点击“下一步”。
![](/sites/default/files/he033014.jpg)
15.创建初始化管理员账号,然后“下一步”。
![](/sites/default/files/he033015.jpg)
16.程序自动安装,安装完成后提示“安装完毕”。
![](/sites/default/files/he033016.jpg)
17.安装完成。访问域名时可以看到默认的帝国程序页面,可以进入后台控制面板开始按照自己的需求设置页面。
![](/sites/default/files/he033017.jpg)
以上便是cPanel主机安装帝国CMS程序的最新图文教程,这里需要提醒大家的是,在安装完成后,立即删除/e/install目录,以避免被再次安装。
**返回cPanel教程专题:**[cPanel安装、使用教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/108075.html