【店滴云】免费的民宿管理系统,修复安装中的 bug
【店滴云】免费的民宿管理系统,修复安装中的bug
安装bug预览:
数据库脚本已升级,执行安装即可:
# 安装 # 环境准备: Php>=8.1 Redis 7.0.0 MySQL 5.6.50 # 第一步:git 下载代码 ``` git clone https://gitee.com/wayfirer/ddicms.git ``` # 第二步:composer 扩展安装 ``` cd 你的项目根路径 php composer.phar install ``` # 注:第一步和第二步也可以合并,缺点是后续git更新不方便,优点是安装快捷 ``` composer create-project ddicloud/ddicms ``` # 第三步:执行安装命令 ``` php ./yii install 说明:提醒输入数据库版本,请输入:1.0.0 ``` # 第五步:Nginx 部署配置 首先解析网站到 frontend,然后配置 nginx 如下: ``` server { listen 80; server_name www.ai.com; root "ddicms/frontend"; 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,PUT,DELETE; 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.html index.php; if (!-e $request_filename) { rewrite ^/backend/(.*)$ /backend/index.html last; } } location /api { index index.php index.html; if (!-e $request_filename) { rewrite ^/api/(.*)$ /api/index.php last; } if (!-f $request_filename){ set $rule_0 1$rule_0; } } location /admin { index index.php index.html; if (!-e $request_filename) { rewrite ^/admin/(.*)$ /admin/index.php last; } if (!-f $request_filename){ set $rule_0 1$rule_0; } } location /help { index index.php index.html; if (!-e $request_filename) { rewrite ^/help/(.*)$ /help/index.php last; } if (!-f $request_filename){ set $rule_0 1$rule_0; } } gzip on; gzip_comp_level 5; gzip_min_length 256; gzip_proxied any; gzip_vary on; } ``` # 特别鸣谢 感谢以下的项目,排名不分先后 - Yii:http://www.yiiframework.com - EasyWechat:https://www.easywechat.com - Vue: https://vuejs.org/ - vue-ele-form: https://github.com/dream2023/vue-ele-form - element-ui: https://element.eleme.cn/ - https://www.swoole.com/

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
智能制造 v3.13.4 发布,生产、售后模块
智能制造一体化管理系统[SpringBoot2 - 快速开发平台],适用于制造业、建筑业、汽车行业、互联网、教育、政府机关等机构的管理。包含文件在线操作、工作日志、多班次考勤、CRM、ERP 进销存、项目管理、EHR、拖拽式生成问卷、日程、笔记、工作计划、行政办公、薪资模块、动态表单、知识库、公告模块、企业论坛、云售后模块、生产模块、系统模块化同步模块等多种复杂业务功能。 智能制造 v3.13.4 发布,重构内容如下: 生产模块已完成手机端 售后模块已完成手机端操作(地图定位的除外) 报表模块新增基础表格的配置 解决若干问题。 Skyeye 具备低代码、快捷开发、可视化设计、微服务等特点,方便客户二次开发,极大的提高了开发效率。 erp:https://gitee.com/doc_wei01/erp-pro OA:https://gitee.com/doc_wei01/skyeye 报表:https://gitee.com/doc_wei01/skyeye-report 有问题可以联系作者,详情请看开发计划。 效果图 效果图 效果图
- 下一篇
Calibre 7.9 发布,功能强大的开源电子书工具
Calibre 开源项目是 Calibre 官方出的电子书管理工具。它可以查看,转换,编辑和分类所有主流格式的电子书。Calibre 是个跨平台软件,可以在 Linux、Windows 和 macOS 上运行。 Calibre 7.9 现已正式发布,此次更新内容如下: New features Kobo driver:为新的 color Kobo devices 添加支持 Edit book:在 Preferences->Editor settings 下添加控制光标宽度的设置 Edit book:Regex-function mode:当有未保存的更改时关闭 function editor 时弹出确认窗口 Bug 修复 修复启动时无法还原已解除锁定的快速视图对话框的问题 Windows:修复将最大化的 calibre 窗口关闭到系统托盘,然后重新连接远程桌面会导致显示空白 calibre 窗口的问题 更新说明:https://calibre-ebook.com/whats-new
相关文章
文章评论
共有0条评论来说两句吧...