cms/drupal/profiles/README.txt
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 Installation profiles define additional steps that run after the base
       
     2 installation provided by Drupal core when Drupal is first installed.
       
     3 
       
     4 WHAT TO PLACE IN THIS DIRECTORY?
       
     5 --------------------------------
       
     6 
       
     7 Place downloaded and custom installation profiles in this directory.
       
     8 Installation profiles are generally provided as part of a Drupal distribution.
       
     9 They only impact the installation of your site. They do not have any effect on
       
    10 an already running site.
       
    11 
       
    12 DOWNLOAD ADDITIONAL DISTRIBUTIONS
       
    13 ---------------------------------
       
    14 
       
    15 Contributed distributions from the Drupal community may be downloaded at
       
    16 https://www.drupal.org/project/project_distribution.
       
    17 
       
    18 MULTISITE CONFIGURATION
       
    19 -----------------------
       
    20 
       
    21 In multisite configurations, installation profiles found in this directory are
       
    22 available to all sites during their initial site installation.
       
    23 
       
    24 MORE INFORMATION
       
    25 ----------------
       
    26 
       
    27 Refer to the "Installation profiles" section of the README.txt in the Drupal
       
    28 root directory for further information on extending Drupal with custom profiles.