Difference between revisions of "Profiles"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
* [http://drupal.org/node/779440 Install Profile Packaging]
 
* [http://drupal.org/node/779440 Install Profile Packaging]
 
* [http://drupal.org/node/642116 Packaging a profile on drupal.org] (make file -> install profile)
 
* [http://drupal.org/node/642116 Packaging a profile on drupal.org] (make file -> install profile)
 +
 +
* [https://drupal.org/node/1356276 Make install profiles inheritable]
 +
* http://www.phase2technology.com/blog/inheriting-your-drupal-profile-from-an-existing-distribution/
  
 
== Profiler ==
 
== Profiler ==

Revision as of 17:55, 13 August 2013

Basics

See also Drush#Make

Profiler

Enables the use of .info like syntax for profiles.

Aegir workflow

It's not best practice to try and store build .make and .profile/.info in the same repo. This would require one to set the profile download in the make file the be the same repo, thus causing Drush to download all .make projects twice.

Instead, a stub build .make file that points to said repo will download all properly. technique copied from mig5.

My profiles

See my Github

to check;