Closed (fixed)
Project:
Drush Make
Version:
6.x-2.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 15:33 UTC
Updated:
26 Nov 2009 at 07:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
acrollet commentedI'm attaching a patch to add README.txt and INSTALL.txt files to provide some small amount of documentation. I view these files only as a starting point, and are only based on what I've learned after playing around with drush_make for a couple of days, so hopefully others will expand and improve upon what I've got here.
Comment #2
fallsemo commentedAwesome acrollet.
But I think the documentation needs to be clear about its dependency on Drush and how its installed in context to that.
Comment #3
glass.dimly commentedI'm glad that you're documenting this. I now understand what this module does and I think this will be very useful.
Documentation for such a module as this will no doubt be a work in progress and will continue to grow as features increase. Next time I install Drupal, I'll create an drush make file and post any problems I have with the documentation.
Of course, anybody can review the documentation....
Comment #4
acrollet commented@#2: updated INSTALL.txt to clearly reference drush_make's dependency on drush, and provide a link to the drush homepage. New patch attached.
thanks for the feedback!
@glass.dimly: look forward to your perspective after trying things out.
Comment #5
dmitrig01 commentedCommitted with modifications, thanks!
Comment #6
dmitrig01 commentedComment #8
R-H commentedSorry, can't figure out where to put drush_make. Why is it a bad idea to put it in the commands directory?
The documentation says:
+To install drush_make, create a directory named .drush in your home directory, and move this directory into it.
What's is my home directory? I have root on my server. Drush is in ./opt/drush/
Comment #9
dmitrig01 commentedtype
cd ~and you will be in your home directory. from there you canmkdir .drush;cd .drush;wget http://ftp.drupal.org/files/projects/drush_make-6.x-2.0-beta2.tar.gz;tar -xzf drush_make-6.x-2.0-beta2.tar.gz