GithubHelp home page GithubHelp logo

kjaiusystemadmin's Introduction

KjaiuSystemAdmin https://www.xjhya.com

KjaiuSystemAdmin是开源的业务管理系统,基于PHP+MYSQL开发的一套小型易于部署的业务管理核心,具有极强的扩展能力,非常方便的安装方式,用户可在5分钟内部署属于自己的业务管理系统,可根据您的业务需求,安装自己需要的应用,极低的上手成本。

QQ群

625606816


如何安装

注意:

本版本不做功能更新,只会做问题更新 如果需要可以使用付费版,预计2024年年初开始!!!

安装步骤

运行环境要求:PHP7.2或以上 Mysql5.6或5.7
所有代码传到网站根目录
设置KjaiuSystem的数据库

配置数据库

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

<?php
//SQL变量
$sqlinfo['host'] = 'localhost';
$sqlinfo['username'] = 'app';
$sqlinfo['password'] = 'app';
$sqlinfo['dbname'] = 'app';
//SITE变量
$siteinfo['admin'] = 'admin'; //用户名
$siteinfo['password'] = 'e10adc3949ba59abbe56e057f20f883e'; //密码(MD5)(123456)
$siteinfo['web_url'] = 'http://www.example.com'; //网站URL
$siteinfo['pt_url'] = 'http://pt.example.com'; //翼龙URL
$siteinfo['admin_link'] = '/admin'; //管理链接目录
?>

License

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

kjaiusystemadmin's People

Contributors

xiaokunge1203 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.