💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[info]环境要求 php5.4+ / Mysql / Linux系统 / redis / Swoole1.8.2+ ` 低版本则无法使用发送模板消息的暂停功能,建议安装 1.9.3 swoole ` <br/> >[info] 安装步骤 > ## 1、 安装微擎 具体教程请参考 http://s.we7.cc/index.php?c=wiki&do=view&id=1&list=19 推荐使用宝塔安装,见👉 https://www.itbulu.com/bt-intall-weqing.html <br> ## 2、 删除禁用函数 打开php.ini 文件搜索 disable_functions 删除其中的 “exec ,system“,然后重启php ![](https://box.kancloud.cn/9fbc5920badb22d66cfe2ad0f9e0ee17_1897x810.png) <br> ## 3、 安装php swoole拓展 1.使用宝塔安装 则直接点击安装即可 ![](https://box.kancloud.cn/e112f5a03efe888ecc6bb170b0722f93_468x307.png) > php5.6 建议手动安装swoole插件, [点击查看](https://www.kancloud.cn/hao100/jsqf1/1017837) > <br> ## 4、 安装redis 1.安装redis 可以使用宝塔,或手动安装,参考 http://www.runoob.com/redis/redis-install.html 2.安装完成后配置php的redis拓展 ![](https://box.kancloud.cn/c716a02d728de7283dd2f96540794899_692x589.png) 配置config.php 打开微擎目录下的 data/config.php文件 ``` // -------------------------- CONFIG REDIS --------------------------- // $config['setting']['redis']['server'] = '127.0.0.1'; $config['setting']['redis']['port'] = 6379; $config['setting']['redis']['pconnect'] = 1; $config['setting']['redis']['timeout'] = 30; $config['setting']['redis']['session'] = 0; $config['setting']['redis']['requirepass'] = 'xxx'; // redis授权密码 ``` 如果没有设置redis密码上面这一行可以不写 如果安装了 域名绑定 模快 将config.php 中 /addons/zio_domain/domain.php所在行改为 ``` if(!function_exists('isCliMe')){ function isCliMe() { $sapi_type = php_sapi_name(); if (substr($sapi_type, 0, 3) == 'cli') { return true; } else { return false; } } } if(!isCliMe()) { if (file_exists(IA_ROOT . "/addons/zio_domain/domain.php")) { include IA_ROOT . "/addons/zio_domain/domain.php"; } } ``` <br> >[info] #### 安装技术支持 * 如果安装遇到其它问题,请添加技术支持(QQ售后群**沃特@技术支持**) * 未在群的小伙伴,请联系QQ:1214073360 加入售后群 >[success] 恭喜!到此安装完成