Needed to run:
- DRUPAL-6--2 branch of Drush Make - I'm using the version from 6/14/2010.
- GnuWin32 packages - I used GetGnuWin32 ( http://getgnuwin32.sourceforge.net/) for this large feat. :)
- Slash and Tar Patch - thanks to ribbles (http://drupal.org/node/625948#comment-2993878) plus Tar patch thanks to this post http://drupal.org/node/818192
- Once GnuWin32 is installed, rename the copy of tar.exe to something else (tar-old.exe). Tar.exe is old and doesn't do the required things for drush_make. There's more info on tar.exe on the GnuWin32 site (http://gnuwin32.sourceforge.net/packages/gtar.htm)
- Copy bsdtar.exe to tar.exe
- run the drush make command: drush -v -d make standard.make Test
Here is the standard.make (example):
; This file was auto-generated by drush_make
core = 6.x
projects[] = "drupal"
; Modules
projects[] = "admin_menu"
projects[] = "dhtml_menu"
projects[] = "porterstemmer"
projects[] = "token"
My Windows 7 issue:
ReplyDeleteI changed my TMP and TEMP environemnt settings to something other than C:\Users\\AppData\Local\Temp
:P
Did you ever resolve your windows 7 permissions issues with the drush make file? I find that make file executes correctly and the directories are made. However I'm unable to run them in my browser until I CHMOD 777 the entire drupal directory. Then I have to CHMOD any additional modules I download to the directory using drush there on after. Meanwhile, if it's a non drush make installation, I don't run into any permissions errors.
ReplyDeleteThe Windows 7 issue was resolved based on my previous post.
ReplyDeleteFor a good how-to on installing Drush
ReplyDeletehttp://drupal.org/node/594744