initial commit of starter install drupal 7

This commit is contained in:
Bachir Soussi Chiadmi
2015-02-21 17:21:40 +01:00
commit eeba51cea6
6113 changed files with 1249218 additions and 0 deletions
@@ -0,0 +1,32 @@
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
INTRODUCTION
------------
module_install extends the core "add new module" page (admin/modules/install)
and adds a destination folder dropdown to the existing form.
You can then choose to install a new module in one of the non-module
subfolders under sites/all/modules, sites/YOUR-SITE/modules or
profiles/YOUR-PROFILE/modules
INSTALLATION
------------
1. Normally you would create 3 subfolders in your sites/all/modules folder
* contrib
* custom
* patched
2. Download the module package from drupal.org.
3. Unpack this module in your modules directory.
4. Enable the module
5. Check admin/modules/install, you should see the extra dropdown
"Destination folder"