centos6.8 我之前在系统上安装了php7还有swoole扩展

可以用命令查看扩展有没有装好

php -i|grep swoole  (没装的直接看我之前文章吧,或者留言我告诉你怎么装)

git clone https://github.com/shenzhe/zphp.git(克隆框架下来)

cd zphp

php build.php(构建项目)

pls enter app path:

/home/skinglzw/Documents/chat_zphp(提示要你填项目路径)

pls enter project_name:

zphp_chat(项目名)

完成

//tail -f /tmp/php_errors.log

cp -rf chat_zphp/* chat//  (chat_zphp目录下的文件cp到chat目录下)