Posted by micnap on April 12, 2012 at 3:53pm
Anyone have any tips on how to go about telling quickstart-create to download and install Acquia's Drupal instead of standard Drupal? I can install distributions with quickstart-create but Acquia's Drupal is a profile, not a distribution.
Thanks,
Mickey

Comments
You can use the same method
You can use the same method used to to install Open Atirum (another Drupal derivative) via quickstart. The guide for that is found here: https://community.openatrium.com/documentation-en/node/2098
Here's how to install Acquia.
We may add this soon to our make files. In the mean time, create a makefile called, "acquia7.make" and save it in your quickstart websites directory "
/home/quickstart/websites"
Edit it and add this make file text:
; Acquia Drupal 7.x makefile
;
api = 2
core = 7.x
projects[acquia][type] = "core"
projects[acquia][download][type] = "get"
projects[acquia][download][url] = "https://network.acquia.com/files/downloads/acquia-drupal-7.12.13.5791.tar.gz"
To build an Acquia just run a Quickstart command like so: