Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omega8cc/hosting_tasks_extra
Forked from http://drupal.org/project/hosting_tasks_extra
https://github.com/omega8cc/hosting_tasks_extra
Last synced: about 2 months ago
JSON representation
Forked from http://drupal.org/project/hosting_tasks_extra
- Host: GitHub
- URL: https://github.com/omega8cc/hosting_tasks_extra
- Owner: omega8cc
- Created: 2012-08-19T11:28:17.000Z (over 12 years ago)
- Default Branch: 5.x-dev
- Last Pushed: 2024-09-21T08:25:38.000Z (4 months ago)
- Last Synced: 2024-10-13T04:10:35.770Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Hosting tasks extra
===================This module extends Aegir's front-end with some additional tasks.
Supported tasks/commands are:
- Flush all caches (drush cache-clear -d)
- Rebuild registry (drush registry-rebuild -d)
- Run cron (drush core-cron -d)
- Run updates (drush updatedb -d)
- Flush the Drush cache (drush clear-cache drush -d)Extra bundled modules:
- HTTP Basic Authentication (hosting_http_basic_auth)
- Sync (hosting_sync)INSTALL
-------Starting the 3.x branch it's included in the distribution by default. So in most cases you can just enable it.
In addition, for 'Rebuild registry', you will need to install an additional
Drush extension:http://drupal.org/project/registry_rebuild
drush dl registry_rebuild-7 --select
To use the extra tasks as Views Bulk Operations you have to manually edit the particular view to add them.
See https://www.drupal.org/node/2715945