You are here

README.txt in Quick update 7

Same filename and directory in other branches
  1. 8 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 are some custom Drush commands to list or install missing dependency
projects that include modules and themes.

- "drush qup-list-md" lists current missing dependency projects.
- "drush qup-dl" downloads projects and their dependency projects.
- "drush qup-dl-md" downloads all missing dependency projects.

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 are some custom Drush commands to list or install missing dependency
  17. projects that include modules and themes.
  18. - "drush qup-list-md" lists current missing dependency projects.
  19. - "drush qup-dl" downloads projects and their dependency projects.
  20. - "drush qup-dl-md" downloads all missing dependency projects.
  21. REQUIREMENTS
  22. --------------------------------------------------------------------------------
  23. - Update module.