Profiles
Jump to navigation
Jump to search
See also Drush#Make, Builds
Basics
Install Profile in Drupal 7 is actually a few files: mysite.profile, mysite.info, mysite.install
- Developing installation profiles
- Install Profile Packaging
- Packaging a profile on drupal.org (make file -> install profile)
Articles
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
- Base dev - old
to check;