问题标签 [drush]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cygwin - Cygwin 设置上的 Drush
我按照此处的说明安装 pear 并在 usr/local/src 文件夹中下载 drush 并在 usr/bin/drush 中创建符号链接
在说明的末尾说您可以通过运行drush进行测试。我得到这个输出:
-bash:/cygdrive/c/xampp/php/drush:没有这样的文件或目录
不是 xampp/php 的 bash 根目录。这需要改变吗?
所以,然后我尝试运行/usr/bin/drush并得到以下输出:
无法解压缩 C:\cygwin\usr\local\src\drush\lib\dru6B61.tmp。
[错误]
有谁知道我要去哪里错了?
drupal - drush 没有制作子主题
我的命令 vishal@vishal-linux:~/Dropbox/sites/residen$ drush zen "residen theme" --path=sites/all/themes/
输出 :
但是没有创建主题目录。我不确定出了什么问题。我是 drush 和 zen 的新手。请指教。
谢谢你,维沙尔
linux - 卡夫瓦根不工作
我正在尝试使用http://kraftwagen.org/get-started.html设置一个 kraftwagen 项目
我可以浏览文档直到构建主题。但在那之后,当我尝试运行时drush kw-b
,它会出现一些错误。
我在任何地方都找不到 drupal-7.22。我认为这是一个问题。我是 Drupal 和这些东西的新手。
drupal - 用于关闭默认 Drupal cron 的 Drush 或 bash 命令
有没有简单的方法来关闭 Drupal cron,比如在 admin/config/system/cron 中设置“从不”?需要在 Jenkins bash 脚本中使用此类命令来自动启动 Drupal 实例
windows - 无法使用 cd 命令更改 Drush (win7) 中的目录
我刚刚在 Win7 机器上安装了 Drush 6.0。使用 cd 命令,我可以在 C:\ 内移动,但不能更改为 P:。
干杯
macos - Drush cannot connect to MySQL on MAMP?
Im trying to set Drush up for the first time. Im using Mamp and Mountain Lion. When I type 'drush' into the terminal I get a list of commands so it seems to be installed up OK.
Ive changed the default web directory folder in MAMP. I have many Drupal sites within folders within the web directory. So the url for one site is http://localhost:8888/omega/omegav3/
and another is http://localhost:8888/omega/omegav4/
By navigating to the site folder in the terminal I can then run a Drush command, however I get errors. When I download Views it does download the module to my sites/all/modules folder correctly, however it gives me some errors. When I try and enable the module it gives me more errors and doesn't enable the module.
It seems like an issue with Drush and MySQL but ive no idea how to fix this. Im very new to the command line and ive never installed anything like Drush before so im really struggling.
bash - 有没有办法在不使用 Drush 的情况下从 bash 脚本安装 Drupal?
寻找相对简单的方法来从命令行安装 Drupal 实例而不使用 Drush。我只想使用安装脚本和自定义模块存档在客户的服务器上安装 Drupal(它可能没有安装 Drush)。
php - 自 Mavericks 升级以来 MAMP 上的 xcache.so 问题
在更新到 OSX 10.9 Mavericks 后,MAMP 出于某种原因停止使用 Xcache。
加载/Applications/MAMP/bin/php/php5.3.20/lib/php/extensions/no-debug-non-zts-20090626/xcache.so 失败:dlopen(/Applications/MAMP/bin/php/php5.3.20/ lib/php/extensions/no-debug-non-zts-20090626/xcache.so, 9): image not found PHP Warning: PHP Startup: Unable to load dynamic library '/Applications/MAMP/bin/php/php5.3.20 /lib/php/extensions/no-debug-non-zts-20090626/imap.so' - dlopen(/Applications/MAMP/bin/php/php5.3.20/lib/php/extensions/no-debug-non-zts -20090626/imap.so, 9):在第 0 行的未知中找不到图像 PHP 致命错误:指令 'allow_call_time_pass_reference' 在第 0 行的未知中的 PHP 中不再可用
我尝试将 PATH 添加到.bash_profile
forphp5.4.19
但drush
继续寻找 5.3.20
drupal - 在 MAMP 上升级 XCache
在尝试为 MAMP 编译 Xcache 版本 3.x 时,phpize 会查找 Xcache 2.x 附带的以前版本的 PHP
密码:/Applications/MAMP/bin/php/php5.5.3/xcache-3.1.0
当我升级到 OSX 10.9 时出现了这个问题。
drupal-7 - drush:存档恢复后没有用户登录路径
我有以下问题:
我通过以下方式在本地主机上备份了我的 Drupal7 项目
在我的 Ubuntu 12.04 上使用 drush 6.1.0。(apache2/php5.3.10/mysql 5.5.34)。
然后我尝试通过
一切正常(网站可用,数据库和正确的用户已创建,除了我无法再登录到转移的 Drupal 项目。/drupal/user 的路径根本不存在。出了什么问题?
谢谢!