一
1.将源码上传到宝塔面板,解压
访问域名即可完成安装。
2.使用管理员身份登陆建站系统
管理员初始账号admin密码123456
3.管理员进入后台方式
域名/manage
二
修改宝塔配置 [以Linux系统为例]
1:修改默认配置
/www/server/panel/class
找到panelSite.py
把
#创建自助建站系统文件
autosite = self.sitePath+’/autosite.php’
if not os.path.exists(autosite):
public.writeFile(autosite, public.readFile(‘data/autosite.php’))
此段代码代码放在
#创建默认文档
index = self.sitePath+’/index.html’
if not os.path.exists(index):
public.writeFile(index, public.readFile(‘data/defaultDoc.html’))
public.ExecShell(‘chmod -R 755 ‘ + index);
public.ExecShell(‘chown -R www:www ‘ + index);
下面即可
2:配置网站驱动文件
1.将建站系统目录中的autosite.php文件
剪切 到 /www/server/panel/data 目录下
三
添加对接服务器
1、宝塔面板开通API接口功能
如果你的宝塔面板没有API接口这个功能,说明你的宝塔面板版本太低,请先升级或者安装最新版本宝塔面板
演示站:49.232.158.100
文章附件
暂无评论内容