Acquia

Component ID

1530618

Component name

Acquia

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

(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.