linux 搭建 MeepoPS+Socket

1、首先下载MeepoPS,解压到项目文件夹

  手册地址: http://meepops.lanecn.com

  Github: https://github.com/lixuancn/MeepoPS

  Bug提交: https://github.com/lixuancn/MeepoPS/issues

  微博: http://weibo.com/lanephp

2、然后 cd MeepoPS-Manual

  起动实例 : sudo php demo-telnet.php start
  注:出现类似错误  --->  功能stream_socket_server已禁用

      
  解决:php.ini *文件 disable_functions 中删除stream_socket_server 字符串,允许主机运行stream_socket_server

  1.  vi  usr/local/php/etc/php.ini    (编辑文件)

  2.  命令查找 :?stream_socket_server   (找到后删除)

  3.  重新执行  sudo php demo-telnet.php start   (出现启动成功)

3、

  

原文地址:https://www.cnblogs.com/lpblogs/p/7429555.html