Drush clear
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module should be able to truncate user data for usage in the development version.
This module should be able to truncate user data for usage in the development version.
A Puppet module to install and manage the Aegir Hosting System.
For usage instructions, check out the README
Note that this Puppet module depends on several others:
Quickly management to MNPP, inspired by Chris Charlton who wrote a drush command for MAMP.
This Puppet module handles installing Drush, both from packages and from source using Git and Composer. It also defines a flexible drush::run resource that can be used to intelligently run any Drush command from Puppet. Building on this, it provides some common commands, such as 'dl', 'en' and 'make'.
Experimental drush extension for interacting with Amazon EC2.
This extension may or may not destroy your entire infrastructure. Please don't use unless you know what you're doing.
Aegir-up provides a collaborative, distributed development environment, that encourages the use of Drupal best-practices. It deploys the Aegir Hosting System in a local virtual environment for development and testing. It provides all the ease-of-use of Aegir, wrapped in the convenience of Vagrant-based virtual machines. Creating sites and platforms is a matter of a click or two, while rebuilding the entire environment is a matter of minutes.
With the Drush modueinfo you will be able to see some information about the selected module.
Normally if you want so see some info about an installed modules version, you would do something like
cat sites/all/modules/contrib/views/*info
With Drush moduleinfo, you can do a
drush mi views
And you will get something like
Provides a new drush command which scans a project and creates a Sublime Text 2 autocompletion file. This allows completion of all Drupal core, contrib and custom functions with tab stop parameter completion.
Provides legacy support for CVS downloads for drush make.
Runningdrush dl make_cvs
will place this project in your .drush directory.