多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 安装前请备份宝塔和服务器!快照!数据库! ## 安装前请备份宝塔和服务器!快照!数据库! ## 安装前请备份宝塔和服务器!快照!数据库! 切记! ***** 购买请联系客服 18986112051 购买请联系客服 18986112051 购买请联系客服 18986112051 ***** ## 服务器要求 1.linux系统,推荐centos7.2 或以上 2.web服务器nginx/apache 推荐nginx 3.php版本要求7.1 4.mysql版本支持**5.7 **数据库引擎支持innodb,字符集要求支持urf8mb4,这个格式可以兼容表情等字符 5.要求安装redis数据库 6.要求网站支持https访问,https要求支持TLS1.2,证书建议使用阿里云或腾讯云的免费证书,兼容性好,其他证书可能遇到微信不支持的情况 7.服务器建议配置(基于阿里云ECS) a.初级配置 处理器(cpu)2核,运行内存(4G),磁盘空间(20G以上), 带宽(4M) b.中级配置 处理器(cpu)4核,运行内存(8G),磁盘空间(40G以上), 带宽(8M) ***** ## 项目部署 1.购买服务器后先部署最新版宝塔[复制链接查看宝塔部署流程]https://www.bt.cn/bbs/thread-19376-1-1.html 2.部署 a.安装nginx,php7.1,mysql5.7 * 注意:php版本选择7.1其他版本不支持,mysql版本选择5.7 其他版本不支持* ![](https://img.kancloud.cn/04/db/04dba5bbe63b84d5d56e9c96aab07c39_1433x806.png) b.上传源码到文件---根目录--www---wwwroot下面。解压,宝塔里面添加站点配置注意根目录,设置ssl证书。 注意:您的源码目录为 whtx_mygs_encrypt,不要弄混淆了。您安装之后的路径为www---wwwroot---whtx_mygs_encrypt才是对的。 ![](https://img.kancloud.cn/84/44/844431b0a27af79795d809c8f5b85cc3_1208x686.png) 如下图所示根目录选项,选择上传源码文件目录 ![](https://img.kancloud.cn/2e/d3/2ed35d8cc8aeed9376e52ad54b67ac0f_842x782.png) 版本选择php-71 选择运行目录/public ![](https://img.kancloud.cn/32/ef/32ef1bb2f70eb362e62859587683c766_978x914.png) 添加ssl证书,先选择当前域名,点击验证,验证成功后,开启https访问 ![](https://img.kancloud.cn/1b/2b/1b2bcfdde09097a9e98c33d7325be6c3_689x647.png) c. 新建数据库,选择utf8mb4编码这个格式可以兼容表情等字符。其他的格式不太好。填写数据库名称,用户名,密码(数据库名,用户名,请使用英文,建议填写域名如crmmygscom,密码可以使用默认的) 提交 ![](https://img.kancloud.cn/66/f6/66f63a1c8da432cf7f729c9e77c6db1c_729x539.png) d.导入数据库文件,选择源码里面的数据库文件导入,或者导入单独的数据库文件, ![](https://img.kancloud.cn/7a/dd/7add72d1ed2aa1dcb151e3749df16a53_1407x63.png) 导入的文件选择 mygs.sql源码里面有提供 ![](https://img.kancloud.cn/91/e4/91e44181d5fb2963f1d919feb6b843d2_575x94.png) e.修改数据库配置 根目录下config文件夹下的databese.php文件,修改成数据库对应的值 hostname 填写 127.0.0.1 端口默认3306 数据库,用户名,密码直接用宝塔里面创建的数据库的,如下截图所示 ![](https://img.kancloud.cn/00/be/00bec21ea2141d21c9bf92466289f3a4_2065x454.png) 打开项目文件选择database.php 文件修改 ![](https://img.kancloud.cn/26/41/264101e0dae78a73a49766af9492fe11_2107x1079.png) 对应的修改成自己创建的mysql (如上上图所示的地方)数据库名, 用户名,密码, 端口默认3306 服务器地址默认127.0.0.1 ![](https://img.kancloud.cn/e9/91/e991446dcb971b6ffb132cd90617ea3a_792x566.png) f.打开php配置 ,安装扩展redis,sg11扩展,修改配置添加 location / { if (!-e $request\_filename) { rewrite ^(.\*)$ /index.php?s=/$1 last; } } 这段代码,然后保存 安装redis扩展 ![](https://img.kancloud.cn/0b/ed/0bed080aa76b745c41d4d4dea0f8553c_1433x773.png) 安装sg11扩展 ![](https://img.kancloud.cn/9e/35/9e3595cfe0da88a381393653db5fb466_1393x675.png) 修改配置文件 添加 location / { if (!-e $request\_filename) { rewrite ^(.\*)$ /index.php?s=/$1 last; } } 这段代码 ![](https://img.kancloud.cn/32/1b/321b64684a61db9d395d7f02d59e52de_683x677.png) g.添加定时任务 方案一:推荐用这个 宝塔里面添加定时任务 **记得PHP后面有一个空格,一定要有** /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think company /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think redis /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think allot_sale /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think company_remind /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think crontab_day ![](https://img.kancloud.cn/60/d3/60d3d839c9908b2a507855a97fd0c0b0_1405x712.png) ![](https://img.kancloud.cn/0f/a4/0fa4248a436edc1397af44cfd4ed78cc_1396x737.png) ![](https://img.kancloud.cn/29/e1/29e134dafe938b682dba116cfe611bcd_1014x471.png) ![](https://img.kancloud.cn/6e/31/6e31e91998993d98e44bdaa71c1e17a2_838x429.png) ![](https://img.kancloud.cn/c1/2e/c12eab3fc3436af61802cdbeba7c0722_813x434.png) 方案二:在服务器命令行添加定时任务 注意文件的路径,如果有变化请自行修改 crontab -e 30 1 * * * /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think company */1 * * * * /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think redis 20 0 1 * * /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think allot_sale 20 17 * * * /www/server/php/71/bin/php /www/wwwroot/whtx_mygs_encrypt/think company_remind ***** ## 配置 总后台 首次登录账号18986112051 密码:123456 验证码请联系售后获取。 登陆之后,您就可以把手机号码和密码进行修改。并对接您的阿里云短信。 阿里云短信配置 ![![](https://img.kancloud.cn/33/29/332980d119e8b8652c95d0a82495f656_1419x870.png)](images/screenshot_1595301334739.png)