提交 394bb888 编写于 作者: W wangchunsheng

修改说明文档

上级 ac736d82
# 欢迎使用店滴 AI
店滴AI,人脸数据的维护与挖掘,可以快速搭建基于人脸数据,软硬件交互场景业务的免费开源框架。封装了常用的表单组件、权限控制、集团化SAAS模式, 实现了模块化开发,人脸库维护、人脸智能识别、百度壁虎硬件智能控制、大数据采集的AI开源框架。
# 欢迎使用店滴 cms(ddicms)
![在这里插入图片描述](https://img-blog.csdnimg.cn/img_convert/85a9247f501b3f30c6b2df9d8429ab66.png#pic_center)
## 官方地址
##### 官方网址:[http://www.wayfirer.com/](http://www.wayfirer.com/ "http://www.wayfirer.com/")
##### 接口地址:[http://www.wayfirer.com//index.php?r=doc](http://www.wayfirer.com//index.php?r=doc "http://www.wayfirer.com//index.php?r=doc")
店滴云是针对多商户业务开发的一套管理cms,支持多运营主体,单运营主体运营开发。基于世界上最好的语言php和yii开发,深度集成swoole,满足需要http/tcp/mqtt等多种协议的业务场景,官方提供智能门锁,智能开关成熟的解决方案。采用最新的vue开发技术作为中后台管理,多终端开发框架uniapp打造,旨在让开发更有趣味和成就感,希望可以助力更多的中小企业实现业绩增长,技术创新和持续发展。官方依赖于店滴云先后开发了疫情大数据监测,企业外呼,im客服,多商户分销,外卖点餐,政企党建等系统。
##### 后台代码 GIT:[https://gitee.com/wayfiretech_admin/diandi](https://gitee.com/wayfiretech_admin/diandi "https://gitee.com/wayfiretech_admin/diandi")
##### 前台uniapp框架 (https://gitee.com/wayfiretech_admin/diandi_vue)
## 官方地址
[店滴云官网](https://www.dandicloud.com/)
[官方开源库](https://toscode.gitee.com/wayfirer)
[cms源码](https://toscode.gitee.com/wayfirer/diandicms)
#### 开发者参与
#### 官方媒介
- 点击链接加入群聊【店滴AI应用开源系统】:https://jq.qq.com/?_wv=1027&k=4d2Rl2lc
## qq群
| qq群 ![enter image description here](https://images.gitee.com/uploads/images/2021/0324/215601_1a43562c_866769.png "qq_code.png") | 微信公众号 ![enter image description here](https://images.gitee.com/uploads/images/2021/0324/215919_0429f2fb_866769.jpeg "wechat_code.jpg") |
|---|---|
|抖音 ![enter image description here](https://images.gitee.com/uploads/images/2021/0324/220613_f34d5210_866769.jpeg "dou_code.jpg") | 企业微信![enter image description here](https://images.gitee.com/uploads/images/2021/0324/220531_f42a8098_866769.jpeg "qiye_code.jpg") |
:823429313,点击可直接加入:[开发者交流群](https://jq.qq.com/?_wv=1027&k=4d2Rl2lc)
## 微信公众号
![在这里插入图片描述](https://img-blog.csdnimg.cn/img_convert/5f5edfd6d189547a6bb2927735ed6fbc.png#pic_center)
# 特性
- 使用稳定的 YII 框架,优化处理开发过程,开发体验如 tp 一样顺滑。
- 支持多层权限管控,路由权限,数据权限,菜单权限,集团权限,商户权限,扩展功能权限随意搭配调度
......@@ -27,13 +25,12 @@
- 多模块可安装,便于迅速扩展业务,支持横向纵向双向扩展业务需求
- 后台支持多种开发模式,php 混合开发,element-ui 的 vue 开发模式,纯 html 的传统开发都支持
- 表单多样,除 yii 自身的表单组件,系统还对表单做了丰富,支持一句话配置万能表单
- gii代码自动生成,包括扩展模块,数据库模型,检索模型,控制器和接口都可以自动生成
- element-ui+uniapp+店滴cms,中后台,多端兼容,数据处理全部支持且开源
# 环境准备:
php>=7.2
php>=7.3
redis
git 工具下载:https://git-scm.com/downloads
composer https://www.phpcomposer.com/
......@@ -42,7 +39,7 @@
# 第一步:git 下载代码
```
git clone https://gitee.com/wayfiretech_admin/diandi.git
git clone https://toscode.gitee.com/wayfirer/ddicms.git
```
......@@ -110,44 +107,11 @@ return [
server {
listen 80;
server_name www.ai.com;
root "D:/www/firetech/frontend/web";
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Methods GET,POST,OPTIONS;
add_header Access-Control-Allow-Headers X-Requested-With;
location / {
index index.php index.html error/index.html;
error_page 400 /error/400.html;
error_page 403 /error/403.html;
error_page 404 /error/404.html;
error_page 500 /error/500.html;
error_page 501 /error/501.html;
error_page 502 /error/502.html;
error_page 503 /error/503.html;
error_page 504 /error/504.html;
error_page 505 /error/505.html;
error_page 506 /error/506.html;
error_page 507 /error/507.html;
error_page 509 /error/509.html;
error_page 510 /error/510.html;
include D:/www/firetech/frontend/web/nginx.htaccess;
autoindex off;
}
location ~ \.php(.*)$ {
fastcgi_pass 127.0.0.1:9001;
fastcgi_index index.php;
fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
include fastcgi_params;
}
location /backend {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/backend/(.*)$ /backend/index.php last;
}
}
root "*/firetech/frontend/web";
add_header Access-Control-Allow-Origin *;
add_header Access-Control-Allow-Headers X-Requested-With,Authorization,Content-Type,access-token,bloc-id,store-id;
add_header Access-Control-Allow-Methods GET,POST,OPTIONS,DELETE,PUT;
location /api {
index index.php index.html;
if (!-e $request_filename)
......@@ -158,6 +122,14 @@ server {
set $rule_0 1$rule_0;
}
}
location /admin {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/admin/(.*)$ /admin/index.php last;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册