webman安装可能遇到的错误

git clone https://github.com/walkor/webman

当部署好代码后,composer install 后出现

[Symfony\Component\Process\Exception\RuntimeException]                                   
The Process class relies on proc_open, which is not available on your PHP installation.

  查找php.ini文件位置,打开php.ini

打开后,搜索 disable_functions 项,看是否禁用了proc_open函数。

webman安装可能遇到的错误_第1张图片

去掉这个函数,然后重启php服务

        

遇到下面的这个错误同样的方式

  proc_get_status() has been disabled for security reasons  
 

 

你可能感兴趣的:(linux,lnmp,webman,linux)