Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Consider this project dead - it was only to provide a work-around for an old Aquia Dev Desktop problem. Nothing here applies to anything useful anymore.

(I don't want to claim the 'Acquia' namespace or anything, but whatever, it's a sandbox)

Drush Utility to add existing (drush-site-alias-managed) sites into
the Acquia Developer Desktop Control Panel.

Built to recover from http://drupal.org/node/1487796#comment-5864296

Usage

drush acquia-absorb @site.name

Adds the given site to the Acquia system on your local desktop.
You MUST shut down the control panel before using this.

This:

  • Reads a given site alias
  • adds appropriate settings to the ini file used by the control panel app.

THERE IS MORE TO IT THAN THIS

  • external databases would need to be imported properly to the platform.
  • settings.php need to be updated to include the Acquia auto-generated stuff.

Currently this tool just repairs sites that were once already in a managed system and need to be re-registered. It will not (yet) import arbitrary sites from other places. Though it well could.

Project information