Skip to content

A couple of make files to jump start new projects

Notifications You must be signed in to change notification settings

capuleto/drupal-make-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal make files

This repo houses my Drupal (Drush) make files for development and some production sites.

Feel free to fork or start creating your own Drupal make files from scratch.

There are three directories in this repo, each for one major version of Drupal. As of time writing (September 2011) Drupal 7 is the current version, but there are still make files for Drupal 8 and also 6.

Requirements to use Drush Make files

In order to use these make files, you need to have Drush and Drush Make1 installed on your device.

How to run a make file

  1. Build a Drupal site at "example/" including Drupal core and any projects defined in the makefile: drush make example.make example

  2. Build a tarball of the platform above as "example.tar.gz": drush make --tar example.make example

  3. Build an installation profile within an existing Drupal site: drush make --no-core --contrib-destination=. installprofile.make

More information on how to work with drush_make can be found in the README.txt

Want to do even more from the command line?

Check out the Drush Deploy and Dog2 modules.

1 Even if Drush Make project may state it's latest version is Drupal 6.xx you can use it for Drupal 7 and up (and down) as well. Drush Make works Drupal release independent.

2 Drupal on Git is still work in progress by Sam Boyer, but looks really promissing.

License

(The MIT License)

Copyright © 2009-2011 Brandon Mathis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A couple of make files to jump start new projects

Resources

Stars

Watchers

Forks

Packages

No packages published