求助:LNMP下安装Drush
我想安装Drush来管理Drupal网站,按照Drush官网说明(http://docs.drush.org/en/master/install/),我执行以下命令安装php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > drush结果总是出现PHP错误。
请问有在LNMP下成功安装Drush的吗?请分享以下成功安装经验,谢谢! drush安装很简单,什么错误信息都不发,没法猜测 运行以上命令,执行了很长时间才结束,最后什么也没有显示。我执行一下命令查看安装是否成功:php drush core-status
得到以下出错信息:
PHP Fatal error:Uncaught exception 'PharException' with message 'phar "/root/drush" has a broken signature' in /root/drush:9
Stack trace:
#0 /root/drush(9): Phar::mapPhar('drush.phar')
#1 {main}
thrown in /root/drush on line 9
回复 3# 的帖子
不了解这个,建议去drush他们网站反馈看看 git clone https://github.com/drush-ops/drush.git /usr/local/src/drushcd /usr/local/src/drush
git checkout master#or whatever version you want.
ln -s /usr/local/src/drush/drush /usr/bin/drush
composer install
drush --version
页:
[1]