Docker

Component type

module

Maintenance status

Development status

Downloads

554

Component created

Component changed

If you haven't already, check out Docker! (http://docker.io).

From the site:

Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers which are independent of hardware, language, framework, packaging system and hosting provider.

The initial effort is for a Drupal based Docker control.

This is being built in 8.x.

Security Check

Component type

module

Maintenance status

Development status

Downloads

2108

Component created

Component changed

This is a drush plugin for running security checks against Drupal sites.

These are basic sanity checks, they aren't intended to replace more thorough reviews of a site build. The tests are designed to stop a badly misconfigured site going live.

To run this against a site, simply run "drush secchk" from the docroot or using a site alias.

The Security Check module is developed and maintained by Dave Hall Consulting.

Drush instance

Component type

module

Categories

Maintenance status

Development status

Downloads

2584

Component created

Component changed

This project has been mothballed in favour of the great initiative to bring Drupal ever closer to Composer, and hence "off the island" of otherwise great tools like Drush Make. Check out the post-install hooks in the drupal-composer project above, if you want to script basically anything Drush Instance could do!

Site-alias-driven, drush-making of local development instances and live production instances. Building a fully working codebase instance should only ever require:

Aegir Skynet

Component type

module

Maintenance status

Development status

Component created

Component changed

This puppet module provides the Aegir Hosting System with the highly experimental ability to automate updates to Drupal platforms and sites, including Aegir itself.

We fear that this module may enable autonomous machine evolution and eventually trigger sentience and the inevitable Robot Apocalypse. We apologize in advance.

gDrush

Component type

module

Categories

Maintenance status

Development status

Downloads

657

Component created

Component changed

gDrush is a Drush GUI
gDrush is compatable with most of linux distros and Mac os, with the latest version of Drush.

gDrush can be installed through apt-get, by following these steps:

Add the gDrush repository to your apt-get sources list:

You can use the command "add-apt-repository" to add the repository to your sources list by typing this command in Terminal

$ sudo add-apt-repository ppa:qadiwaleed/easytools

OR

Coder Plus

Component type

module

Categories

Maintenance status

Development status

Downloads

1006

Component created

Component changed

Coder Plus - In the initial version, this module will give developer an ability to find cyclomatic complexity for all functions within a module. A developer can choose module out of list of all enabled module can can get list of all functions along with complexity present in different files within module directory.

Also, admin can set up a threshold value for complexity to highlight functions with high cyclomatic complexity.

Privatize

Component type

module

Categories

Maintenance status

Development status

Downloads

575

Component created

Component changed

This is a drush plugin to make all public files private or make all private files public. There is nothing to enable. Download this to the ~/.drush directory ($ cd ~/.drush; drush dl privatize).

On large sites with lots of existing files, and potentially many file fields, this is a bit more complicated than just switching the setting. The fields need to be updated. The files need to be moved and the file records need to be updated.

This could fairly easily be turned into a module as well. if someone wanted to do that, using batchapi, I'd accept a patch.