Skip to content

rupl/drush_make_generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DRUSH MAKE GENERATOR

http://drushmake.me

This tool is a GUI for drush make.

It produces makefiles which are then deployed, producing a Drupal installation which is populated with all of the code you need to actually build a website, including:

  • Drupal core or distributions
  • Modules
  • Themes
  • External libraries
  • CVS and git repositories

INSTALLATION / SETUP

  1. First time installs should import drushmake_gen.sql and drushmake_alter.sql
  2. Copy _config.example.php to _config.php and make your changes
  3. Install each version of drupal that you want to generate makefiles for. The scripts expect them to live in the root directory at /d6, /d7, etc.
  4. I loaded about 100 modules up, you may want more. I got all the data from this URL: http://drupal.org/project/usage
  5. Run /update.php once you're satisfied with your contrib list; It will fetch the current version for all your modules and get the site to produce accurate makefiles.

TO-DO

https://github.com/rupl/drush_make_generator/issues

About

Bringing drush make to the masses in a simple GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published