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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | quickstart-1.0-update-drush.sh_.txt | 170 bytes | traviscarden |
Comments
Comment #1
mike stewart commentedThere 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.
Comment #2
blacklabel_tom commentedThanks 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
Comment #3
blacklabel_tom commentedComment #4
traviscarden commented[Edit] Disregard this attachment. I forgot something in it. Correction to follow...
Comment #5
traviscarden commented@blacklabel_tom, just run the following commands from the terminal to update Drush to version 5.8 and the Quickstart Drush commands to match:
Note that the Quickstart commands syntax has changed a little. Use
drush help --filter=quickstartfor an overview.Comment #6
blacklabel_tom commentedThanks 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
Comment #7
blacklabel_tom commentedThat's done the trick, thanks again!