Difference between revisions of "Profiles"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Basics ==
 
== Basics ==
 +
See also [[Drush#Make]]
 +
 
* [http://drupal.org/node/159730 Developing installation profiles]
 
* [http://drupal.org/node/159730 Developing installation profiles]
 
* [http://drupal.org/node/779440 Install Profile Packaging]
 
* [http://drupal.org/node/779440 Install Profile Packaging]

Revision as of 17:54, 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;