【发布时间】:2015-05-15 08:41:18
【问题描述】:
我正在使用 PredictionIO 进行推荐,现在我想运行自动部署,我使用
exec('cd /home/abc/sites/BeeketingEngineShop/ && /home/abc/PredictionIO/bin/pio deploy)
但它会继续运行,并且不会部署在 0.0.0.0:8000
当我复制时
cd /home/abc/sites/BeeketingEngineShop/ && /home/abc/PredictionIO/bin/pio deploy
到终端,效果很好
【问题讨论】:
标签: php linux shell command-line predictionio