MiniTeam 官网管理系统是一个功能完善的官方网站管理系统,支持前台展示和后台管理。
本项目是基于 XingHan-Team 官网程序(MIT 协议)重构的衍生作品。
原项目: XingHan-Team 官网程序 修改者: MiniTeam 工作室 许可协议: MIT License
本项目采用 MIT License 开源许可。
MIT License Copyright (c) 2024 XingHan-Team Portions Copyright (c) 2024 MiniTeam Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
详细的许可协议文本见 LICENSE 文件。
git clone https://github.com/your-username/miniteam-cms.git
cd miniteam-cms
编辑 db_connect.php:
$host = 'localhost';
$user = 'your_username';
$pass = 'your_password';
$dbname = 'your_database';
在浏览器中打开:
http://your-domain.com/install/
按照提示完成安装。
rm -rf install/
或者保留 install.lock 文件保护安装目录。
# 使用 PHP 内置服务器
php -S localhost:80 -t .
cd acme
npm install
npm run dev
后台默认管理员账号在安装时创建。
详细文档请查看:
欢迎贡献!请遵循以下步骤:
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)由于本项目是 XingHan-Team 的衍生作品,所有贡献者应:
本项目使用了以下第三方开源库,详见 THIRD-PARTY.md:
感谢这些优秀的开源项目!
详见 CHANGELOG.md
MiniTeam 工作室 | 基于 XingHan-Team 重构
Copyright (c) 2024 XingHan-Team Portions Copyright (c) 2024 MiniTeam
Licensed under MIT License