apeblog/README.md

107 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ape_blog源码云博客
===============
> 运行环境要求PHP7.1+。
## 主要特性
### 开源无加密
源码开源无加密
### TP6框架
使用最新的 ThinkPHP 6.0框架开发
### 标准接口
标准接口、优越性能、强大兼容性、二次开发更方便
### 无缝事件机制
行为扩展更方便,方便二次开发
### 后台快速生成表单
后台应用form-builder 无需写页面快速增删改查
### 强大的后台权限管理
后台多种角色、多重身份权限管理,权限可以控制到每一步操作
## 特别感谢
[笔下光年 / Light Year Admin 一个基于Bootstrap v3.3.7的后台HTML模板。](https://gitee.com/yinqi/Light-Year-Admin-Template)
[xaboy / form-builder PHP表单生成器使用PHP快速生成现代化的form表单。](https://gitee.com/xaboy/form-builder)
[cfn / PaiAdmin 前后端开发框架](https://gitee.com/leapy/pai)
## 自动安装
1. 上传文件到网站根目录
2. 修改目录权限linux系统777
/public
/runtime
3. 安装好拓展
4. 配置好域名,在浏览器里打开域名,根据安装向导进行安装
5. 后台登录 http://域名/admin
## 手动安装
1.创建数据库,倒入数据库文件
数据库文件目录/public/install/learn.sql
2.修改数据库连接文件
配置文件路径/.env
~~~
APP_DEBUG = true
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1 #数据库连接地址
DATABASE = test #数据库名称
USERNAME = username #数据库登录账号
PASSWORD = password #数据库登录密码
HOSTPORT = 3306 #数据库端口
CHARSET = utf8
DEBUG = true
[LANG]
default_lang = zh-cn
~~~
3.安装php拓展
~~~
redis
~~~
4.创建目录并修改目录权限linux系统777
~~~
mkdir public/upload
mkdir runtime
chmod -R 777 public/upload
chmod -R 777 runtime
~~~
5.后台登录:
http://域名/admin
默认账号admin 密码123456
## 文档
[TP6开发手册](https://www.kancloud.cn/manual/thinkphp6_0/content)
[FormBuilder](http://php.form-create.com/)
[Light Year Admin](http://www.itshubao.com/doc-lyear/lyear.html)
## 官网体验
[源码云博客](https://blog.apecloud.cn/)
## 联系我
邮箱1099438829@qq.com
QQ1099438829
## 版权信息
Pai-admin遵循Apache2开源协议发布并提供免费使用。
本项目包含的第三方源码和二进制文件之版权信息另行标注。
版权所有Copyright © 2019-2025 by 木子的忧伤 (https://www.apecloud.cn)
All rights reserved。