README.txt 766 B

1234567891011121314151617181920212223242526272829303132
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. INTRODUCTION
  6. ------------
  7. module_install extends the core "add new module" page (admin/modules/install)
  8. and adds a destination folder dropdown to the existing form.
  9. You can then choose to install a new module in one of the non-module
  10. subfolders under sites/all/modules, sites/YOUR-SITE/modules or
  11. profiles/YOUR-PROFILE/modules
  12. INSTALLATION
  13. ------------
  14. 1. Normally you would create 3 subfolders in your sites/all/modules folder
  15. * contrib
  16. * custom
  17. * patched
  18. 2. Download the module package from drupal.org.
  19. 3. Unpack this module in your modules directory.
  20. 4. Enable the module
  21. 5. Check admin/modules/install, you should see the extra dropdown
  22. "Destination folder"