This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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








