Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

XiaoKunGe1203/KjaiuCMS

Repository files navigation

这个东西准备年初开源的 但是这几天说我系统怎么怎么样 那么就提前开源了

QQ群

625606816


如何安装

注意:

目前没有后台管理界面,如果要求高请自行前往www.idcsmart.com或www.apayun.com!!!

安装步骤

运行环境要求:PHP7.2或以上 Mysql5.6或5.7
所有代码传到网站根目录
导入根目录的app.sql文件

伪静态设置

nginx用户:

location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}

配置数据库

修改数据库配置文件config.php

<?php
//SQL变量
$sqlinfo['host'] = 'localhost'; //Mysql地址
$sqlinfo['username'] = 'app'; //Mysql账户
$sqlinfo['password'] = 'app'; //Mysql密码
$sqlinfo['dbname'] = 'app'; //Mysql数据库名
//SITE变量
$siteinfo['web_url'] = 'http://www.example.com'; //URL地址
$siteinfo['web_name'] = 'example'; //网站名称
$siteinfo['company_email'] = '[email protected]'; //联系邮箱
?>

License

This project is licensed under the Mozilla public license - see the LICENSE LICENSE_Chinese_Reference file for details.
除非适用法律要求或书面同意,否则根据许可分发的软件将按“原样”分发,没有任何明示或暗示的保证或条件。有关许可下的特定语言管理权限和限制,请参阅许可。

About

一个免费面板服自助创建的cms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published