1 |
85ad3d82
|
Assos Assos
|
$Id: INSTALL.txt,v 1.1.2.4 2010/09/04 16:11:37 dmitrig01 Exp $
|
2 |
|
|
|
3 |
|
|
Installation
|
4 |
|
|
------------
|
5 |
|
|
Drush make depends on drush (the DRUpal SHell). To use drush_make, you
|
6 |
|
|
first download and install drush from http://drupal.org/project/drush. Install
|
7 |
|
|
instructions can be found at http://tinyurl.com/drush-installation. It contains
|
8 |
|
|
a section about installing other commands like drush_make.
|
9 |
|
|
|
10 |
|
|
Here is the relevant section.
|
11 |
|
|
|
12 |
|
|
You can put this folder in a number of places:
|
13 |
|
|
|
14 |
|
|
- In a .drush folder in your HOME folder. Note, that you have to make the
|
15 |
|
|
.drush folder yourself (so you end up with ~/.drush/drush_make/INSTALL.txt).
|
16 |
|
|
- In a folder specified with the include option (see above).
|
17 |
|
|
- In /path/to/drush/commands (not a Smart Thing, but it would work). |