Files
sentcms/README.md
2017-01-27 00:10:12 +08:00

75 lines
3.2 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.
## SentCMS介绍
> SentCMS网站管理系统是南昌腾速科技有限公司倾力打造的一款简单易用的网站管理系统SentCMS网站管理系统下文简称SentCMS继承了thinkphp5.0的优秀品质秉承“大道至简”的设计理念。SnetCMS为网站建设而生为网站建设减少90%的代码编写,只需前端设计师就可以设计出完美的网站,而如此完美的系统还是完全开源的。
## 安装
访问网址http://网址/install
> 系统必须开启伪静态、
> 系统必须开启伪静态、
> 系统必须开启伪静态、
>(重要的事情说三篇)
## 交流讨论
> 点击链接加入群【SentCMS交流群】http://jq.qq.com/?_wv=1027&k=2DXSKpe
## SentCMS特性包括
* 全新的路由体系,完美的路由解决方案
* 全新的系统架构采用thinkphp5.0内核框架
* 完善而健全的会员体系
* 健全的权限系统,权限细化到界面上的按钮和链接
* 漂亮的后台界面后台界面采用世界领先的前端框架bootstrap自适应的体验
* 简单易用的标签体系
* 便捷的文档系统无需程序即可设计出完美的模型做出完美的网站传送门http://www.kancloud.cn/tensent/sentcms3/169624
下载最新版框架后解压缩到web目录下面可以看到初始的目录结构如下
## 目录结构
~~~
├─addons 扩展插件目录
├─application 项目目录文件
│ ├─admin 网站后台模型
│ │ ├─controller
│ │ ├─static
│ │ ├─view
│ │ ├─config.php
│ ├─api API接口模型
│ │ ├─controller
│ │ ├─static
│ │ ├─view
│ │ ├─config.php
│ ├─common COMMON公共模型不可访问
│ │ ├─controller 公共基类目录
│ │ ├─model 模型目录
│ │ ├─validate 验证配置
│ │ ├─view 公共模板目录
│ │ ├─widget 扩展组件目录
│ ├─index 前台模型
│ │ ├─controller
│ │ ├─config.php
│ ├─user 用户中心模型
│ │ ├─controller
│ │ ├─config.php
│ ├─common.php 公共函数库文件
│ ├─config.php 基础配置文件
│ ├─database.php 数据库配置文件
│ ├─route.php 路由配置文件
│ ├─tags.php 行为扩展配置文件
│ ├─ueditor.json 编辑配置文件
├─core thinkphp框架目录
├─data 缓存以及备份目录
├─public 公共资源库
├─uploads 上传文件目录
├─template 网站主题模板目录
├─.htaccess Apache下伪静态文件
├─favicon.ico ico图标
├─index.php 入口文件
├─README.md 系统介绍文件
~~~
## 版本列表
> 3.0.170127 https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.170127
> 3.0.161201https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.161201
> 3.0.1611https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.1611
> 3.0.1609https://git.oschina.net/sentcms/sentcms/repository/archive/3.0.1609