(Tips) How to create Drupal Install Profiles

Tips : How to create Drupal Install Profiles

Suggested Screencasts
  1. create an install profile using one of the wizard modules, edit it and then create a site from it
  2. demonstrate creating a site from existing drupal install profiles e.g. Bryght Basic, Wiki and French

Resources

What

  • a way to quickly create Drupal sites pre-configured to your needs
  • used by Bryght and CivicSpace to quickly create sites, Bryght's Basic Install Profile is available for all to download and use
  • based on work done by Bryght and CivicSpace for 4.6 and 4.7
  • part of Drupal 5
  • can be used to run your own hosting service like Bryght (we support profile per reseller so roll your own and we can host it for you and allow you to create sites with it!) and CivicSpace or on your own server to quickly create sites

Sample Install Profiles

How it works

  • consists of a Drupal PHP function that simply:
    • enables the desired core and contrib modules
    • configures the settings of those modules
    • Drupal configurations (roles, permissions, etc)
    • adds content types
    • adds content for those content types

Read more..

Courtesy : Svn.bryght.com