Difference between revisions of "Profiles"

From Things and Stuff Wiki
Jump to navigation Jump to search
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{menu}}
 
  
See also [[Drush#Make]], [[Builds]]
 
 
== Basics ==
 
 
Install Profile in Drupal 7 is actually a few files: mysite.profile, mysite.info, mysite.install
 
 
 
* [http://drupal.org/node/159730 Developing installation profiles]
 
* [http://drupal.org/node/779440 Install Profile Packaging]
 
* [http://drupal.org/node/642116 Packaging a profile on drupal.org] (make file -> install profile)
 
 
* [https://drupal.org/node/1356276 Make install profiles inheritable]
 
 
== Articles ==
 
* http://designhammer.com/blog/workflow-and-tools-developing-install-profiles-and-drush-make
 
 
* [http://www.phase2technology.com/blog/inheriting-your-drupal-profile-from-an-existing-distribution/ Inheriting your Drupal profile from an existing distribution]
 
 
== Profiler ==
 
Enables the use of .info like syntax for profiles.
 
 
* [http://drupal.org/project/profiler Profiler]
 
** [http://drupalcode.org/project/profiler.git/blob_plain/refs/heads/master:/README.txt Readme]
 
** [http://drupalcode.org/project/profiler_example.git/blob_plain/HEAD:/profiler_example.info Examples]
 
 
* https://drupal.org/project/profiler_builder
 
 
== 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 [https://github.com/milkmiruku Github]
 
 
* [[Base dev]] - old
 
 
to check;
 
* http://omega8.cc/supported-enabled-disabled-a-complete-list-150
 
* http://drupal.org/project/debut
 

Latest revision as of 04:06, 9 December 2013