harvard-web-publishing / mac-dev-playbook

Mac setup and configuration via Ansible.
Other
0 stars 0 forks source link

Add configuration for Acquia #3

Open benjifisher opened 10 months ago

benjifisher commented 10 months ago
  1. Install acli.
  2. If possible, automate adding an SSH key to an Acquia account. If not, then document it.

Installation, from https://docs.acquia.com/acquia-cli/install/:

  1. curl -OL https://github.com/acquia/cli/releases/latest/download/acli.phar
  2. chmod +x acli.phar
  3. Add sudo if needed: mv acli.phar /usr/local/bin/acli

Then https://docs.acquia.com/acquia-cli/start/ has further steps.

Instead of installing acli on the host, maybe we can use the version that comes with DDev.

There is a bootstrap problem: acli has an ssh-key:upload command, but it works only if you already have an SSH key set up. So maybe we will use the documentation option.