Install Acquia profile instead of standard Drupal with quickstart-create?

Events happening in the community are now at Drupal community events on www.drupal.org.
micnap's picture

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

tlynnec's picture

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.

Sean Buscay's picture

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:

drush qc all --domain=acquia7.dev --makefile=/home/quickstart/websites/acquia7.make --profile=acquia

Quickstart Drupal Development Environment

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: