Project:Quickstart: Prebuilt Drupal Development Environment
Component:Drush
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Is there any chance of getting Drush updated on the 32bit version?

DrupalPro is based on quickstart and uses Drush 5.

I'm wondering if just dropping their version of Drush into quickstart will work as it works with the quickstart commands already.

Comments

#1

There is nothing special about either version of drush, except for the quickstart addons (which have been maintained in drupalpro)

I suggest migrating to drupalpro, quickstart is based on ubuntu 11.04, and no longer has security support (or otherwise). If you're not a fan of unity, its pretty easy to change the desktop.

#2

Thanks Mike, I think I'll just drop in the DrupalPro version of Drush into Quickstart as I've got all my projects set up and I really can't be bothered to move them over.

Cheers

Tom

#3

Status:active» closed (won't fix)

#4

Title:Upgrade Drush» How to update Drush to 5.x in Quickstart 1.0
Category:feature request» support request
Status:closed (won't fix)» fixed

[Edit] Disregard this attachment. I forgot something in it. Correction to follow...

AttachmentSize
quickstart-1.0-update-drush.sh_.txt 170 bytes

#5

@blacklabel_tom, just run the following commands from the terminal to update Drush to version 5.8 and the Quickstart Drush commands to match:

cd ~/drush
git fetch
git checkout 7.x-5.8
sudo mkdir /etc/drush
sudo chown quickstart /etc/drush
cd ~/quickstart
git fetch
git checkout -b master origin/master
cd ~/.drush
ln -sf ~/quickstart quickstart
drush cc drush

Note that the Quickstart commands syntax has changed a little. Use drush help --filter=quickstart for an overview.

#6

Thanks so much Travis!

I will let you know how I get on, keep up the good work and let me know if there is anything I can do help. I'm planning on sticking with Quickstart for the foreseeable future.

Cheers

Tom

#7

That's done the trick, thanks again!

#8

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.