Questions tagged [drush]

drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

See http://drush.ws, the homepage for the drush project. It contains many important resources for drush users.

[A list of modules that include Drush integration.][3]

(drush is not a module)

[3]: http://A list of modules that include Drush integration.

346 questions
1
vote
2 answers

Drush with several Virtual Hosts on Apache web server

I have several Drupal installs on an Apache2 Web server. Each install is a separate virtual host on the Document Root, like /var/www/html/site-1 /var/www/html/site-2 /var/www/html/site-3 ... I want to perform Drush commands just on "site-1", for…
hzak
  • 719
  • 9
  • 18
1
vote
1 answer

Trouble updating my site to Drupal 7.34. Maybe problems connecting programs to webserver

I am new to this, and I hope someone can help me with the supposedly simple task of downloading an update of Drupal. A few months ago I finally created a website at Unoeuro and with Drupal. I even got around to chose themes and put content in. My…
Selsen
  • 11
  • 1
1
vote
1 answer

'Unable to untar' using Drush 7 on Windows 8.1 - How to resolve?

I'm trying to get drush running on my windows machine. I mainly followed this guide here. I am using Windows 8.1, 64 bit, and Drush v 7.0 dev When I type drush status I get the right results. But when I try to use drush dl drupal I get these error…
mtthias
  • 177
  • 3
  • 16
1
vote
1 answer

Drush + Cygwin PHP fatal errors

I have had to re-install / update Cygwin on Windows 8.1, and I have some how broken Drush on my Drupal 7 sites. Previously I followed this guide Here So I have tried to do a clean install of drush, and noticed that you can now install drush via…
phezz
  • 81
  • 6
1
vote
2 answers

Module installation using drush giving error

I have downloaded drush and cofigured it properly .Now I am trying to download a module "themekey" and install it to my drupal .Its downloading properly using drush dl themekey but when I try to install it using drush en -y themekey I get this…
Ron
  • 394
  • 1
  • 12
  • 24
1
vote
1 answer

Can't run Bundle install in Cygwin?

I'm kind of new to omega 4 and i'm working on windows 8 and Cygwin . when i go to my sub-theme with drush or cygwin and run bundle install i get error like this : An error occurred while installing eventmachine (1.0.3), and Bundler cannot…
user3856699
1
vote
1 answer

drush drupal openshift update core

i am trying to update the core of drupal with drush on openshift by entering "drush up drupal" but im getting this error message Directory /var/lib/openshift/[userid] exists, but is not writable. Please check directory permissions.Unable to…
user24957
  • 315
  • 3
  • 11
1
vote
1 answer

Can't install bundle - endless error message

This is what I'm using: Windows 8. Cygwin32. Rvm version 1.25.27. Ruby version 2.1.2p95. Gem version 2.3.0. Drush version 5.9. I'm totally new to all this so it's very possible that the explanation is something really simple. I tried to use "drush…
1
vote
2 answers

Problem in migrating to LAMP from XAMPP.. Memory limit error

I was using XAMPP for my local machine but as I wanted to run applications like mysql work bench and some test frameworks I decided to switch to LAMP self install. I'm using ubuntu and followed the instructions at:…
Geshan
  • 1,141
  • 2
  • 11
  • 21
1
vote
2 answers

Drush. Command pm-enable needs a higher bootstrap level to run

I have started to learn Drupal on this week and I have installed the drush on my virtual machine with CenOS ( Drupal version: 7.28, Drush version: 7.0-dev). I installed drupal using drush by command: drush dl --drupal-project-rename=mysite and…
AlexM
  • 317
  • 2
  • 5
1
vote
1 answer

Shell not picking correct path to run drush

I've got drush in /usr/local/bin. Running which drush returns /usr/local/bin/drush. However running drush displays "-bash: /usr/bin/drush: No such file or directory". Running /usr/local/bin/drush works correctly. My $PATH is…
meustrus
  • 6,637
  • 5
  • 42
  • 53
1
vote
3 answers

need help installing drush on mac

I'm on a mac. And I user MAMP a lot. I'm pretty new to command line and I'm trying to install Drush. I see I need to install composer first (according to what I read at drush-ops, so I did. Here's the commands I put in: my-MacBook-Pro:~…
james
  • 707
  • 2
  • 6
  • 13
1
vote
1 answer

Upgrade from Drush6 to Drush 7 on OSX running Acquia Dev Desktop

My question is really as it is stated in the title. I use MacOSX and the Acquia Developer Desktop for running my Drupal sites that I develop locally. I'd love to try out the new Drush 7, but I can't get it to 'upgrade' from Drush 6 to Drush 7. I've…
Ideogram
  • 1,265
  • 12
  • 21
1
vote
1 answer

Confirming a bash script is in the right folder with wildcards?

Can an if statement in a bash script confirm its current folder based on wildcards? I am making a script to quickly place a drupal site in maintenance mode, ask if you want to keep the .htaccess file, keep the sites folder and the .htaccess file (if…
1
vote
1 answer

drush archive-dump and archive-restore remotely

I know how to backup and restore a whole site using drush archive-dump and archive-restore which is explined in this link: Backup and restore Drupal sites with Drush my question: is it possible to do the archive-dump and the archive-restore using…
Angelo Saleh
  • 622
  • 7
  • 17