DDIOT 围绕经营性场所进行物联网改造开源项目

我要开发同款
匿名用户2023年01月03日
35阅读
开发技术PHP
所属分类其他开源、物联网
授权协议Apache-2.0

作品详情

店滴云,让经营场所,更智能。围绕茶室、酒店、健身房、公寓、出租房等经营性场所进行物联网改造。同时支持多种物联网通信协议,开放智能门锁,智能开关,智能手环的sdk供开发者使用。可免费商用,授权版赠送官网,单商户电商与多商户电商系统。

特性

使用稳定的YII框架,优化处理开发过程,开发体验如tp一样顺滑。支持多层权限管控,路由权限,数据权限,菜单权限,集团权限,商户权限,扩展功能权限随意搭配调度基于swoole协程化,定时任务调度,im聊天环境支持,系统接口支持协程,应对高并发开源百度ai接口对接,完成人脸库维护,人脸库创建,人脸库在线识别,人脸会员建立多模块可安装,便于迅速扩展业务,支持横向纵向双向扩展业务需求后台支持多种开发模式,php混合开发,element-ui的vue开发模式,纯html的传统开发都支持表单多样,除yii自身的表单组件,系统还对表单做了丰富,支持一句话配置万能表单gii代码自动生成,包括扩展模块,数据库模型,检索模型,控制器和接口都可以自动生成element-ui+uniapp+店滴cms,中后台,多端兼容,数据处理全部支持且开源环境准备:php>=7.3redisgit工具下载:https://git-scm.com/downloadscomposerhttps://www.phpcomposer.com/composer建议使用阿里镜像https://developer.aliyun.com/composer第一步:git下载代码 gitclonehttps://toscode.gitee.com/wayfirer/ddicms.git第二步:更新composer扩展 cd你的文件路径composerupdate第三步:建立数据库并完成配置cdcommon\configvimcommon\config\main-local.php <?php/***@Author:WangChunsheng2192138785@qq.com*@Date:2020-03-1220:12:31*@LastModifiedby:Wangchunshengemail:2192138785@qq.com*@LastModifiedtime:2021-04-0918:25:50*/return['components'=>['db'=>['class'=>'yii\db\Connection','dsn'=>'mysql:host=localhost;dbname=netos','username'=>'root','password'=>'root','charset'=>'utf8','attributes'=>[PDO::ATTR_STRINGIFY_FETCHES=>false,PDO::ATTR_EMULATE_PREPARES=>false,],],'mailer'=>['class'=>'yii\swiftmailer\Mailer','viewPath'=>'@common/mail',//sendallmailstoafilebydefault.Youhavetoset//'useFileTransport'tofalseandconfigureatransport//forthemailertosendrealemails.'useFileTransport'=>true,],],'language'=>'zh-CN',];makedistcleanphpize&&\./configure--with-php-config=/www/server/php/74/bin/php-config\--enable-openssl\--with-openssl-dir\--enable-swoole-curl\--enable-http2&&\make&&sudomakeinstallNginx部署配置

首先解析网站到frontend\web,然后配置nginx如下:

server{listen80;server_namewww.ai.com;root"*/firetech/frontend";add_headerAccess-Control-Allow-Origin*;add_headerAccess-Control-Allow-HeadersX-Requested-With,Authorization,Content-Type,access-token,bloc-id,store-id;add_headerAccess-Control-Allow-MethodsGET,POST,OPTIONS,DELETE,PUT;location/api{indexindex.phpindex.html;if(!-e$request_filename){rewrite^/api/(.*)$/api/index.phplast;}if(!-f$request_filename){set$rule_01$rule_0;}}location/admin{indexindex.phpindex.html;if(!-e$request_filename){rewrite^/admin/(.*)$/admin/index.phplast;}}location/{proxy_http_version1.1;proxy_set_headerConnection"keep-alive";proxy_set_headerX-Real-IP$remote_addr;proxy_set_headerSERVER_NAME$server_name;if(!-e$request_filename){proxy_passhttps://127.0.0.1:9501;}}}特别鸣谢感谢以下的项目,排名不分先后

Yii:https://www.yiiframework.com

EasyWechat:https://www.easywechat.com

AdminLTE:https://adminlte.io

Vue: https://vuejs.org/

vue-ele-form: https://github.com/dream2023/vue-ele-form

element-ui: https://element.eleme.cn/

百度ai:https://ai.baidu.com/

 

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论