You are here

README.txt in Quick update 8

Same filename and directory in other branches
  1. 7 README.txt
ABOUT Quick update
--------------------------------------------------------------------------------
Enhances Drupal core update features

The Quick update module provides a quick way to batch install new projects
and install missing dependency projects.

Drupal core provides a way to install module or theme one by one,
but you can install multiple projects via the Quick update module.
There is an admin UI to search the most installed projects easier.

Additional, Quick update module finds missing dependency projects for you.
And you can just select all missing dependency projects from the admin UI,
then you can install all of them in a batch process.

The Quick update module depends on the Update module and
uses the same workflow as the Update module.
Thus, you can run the updates via the admin update page
at /admin/reports/updates/update.

There is a custom Drush command to install all missing dependency projects that
include modules and themes.

drush qup-missing-dependencies
or
dursh qup-md

REQUIREMENTS
--------------------------------------------------------------------------------
- Update module.

File

README.txt
View source
  1. ABOUT Quick update
  2. --------------------------------------------------------------------------------
  3. Enhances Drupal core update features
  4. The Quick update module provides a quick way to batch install new projects
  5. and install missing dependency projects.
  6. Drupal core provides a way to install module or theme one by one,
  7. but you can install multiple projects via the Quick update module.
  8. There is an admin UI to search the most installed projects easier.
  9. Additional, Quick update module finds missing dependency projects for you.
  10. And you can just select all missing dependency projects from the admin UI,
  11. then you can install all of them in a batch process.
  12. The Quick update module depends on the Update module and
  13. uses the same workflow as the Update module.
  14. Thus, you can run the updates via the admin update page
  15. at /admin/reports/updates/update.
  16. There is a custom Drush command to install all missing dependency projects that
  17. include modules and themes.
  18. drush qup-missing-dependencies
  19. or
  20. dursh qup-md
  21. REQUIREMENTS
  22. --------------------------------------------------------------------------------
  23. - Update module.