crazylion / drupal_install_template
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
b217431
CrazyLion (author)
Thu May 21 10:05:09 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
COPYING | ||
| |
README.rdoc | ||
| |
build_drupal.rb | ||
| |
list.yml |
README.rdoc
drupal_install_template
The power of drupal is modules. Every-time you startup a project, you will download many and many modules. But, if you have many projects, the management of modules is horrible.
Usually we will keep a copy on our computer. And then we will copy this to startup a new project.
In this way you need to check the update of the modules.
Now you can use this script to auto download these.
Example usage
just type
./build_drupal list.yml
or
ruby build_drupal list.yml
and everything is done.
Roadmap
*Group-you can set up modules by group, and then give its’ name as params to enable downloading .
*post process - you can write some script and run after download

