aegir-project / dockerfiles

Official dockerfiles for Aegir.
https://hub.docker.com/r/aegir/hostmaster/
MIT License
21 stars 11 forks source link

Explicit instructions for installing CiviCRM #48

Open gotjoshua opened 5 years ago

gotjoshua commented 5 years ago

I managed to get aegir up and running! (and upgraded to PHP72 via docker-compose)!

I also managed to find the Module.. Hosting CiviCRM (both in modules and in the experimental settings section as referenced on the quick start instructions here

I also could add a site and login to that new drupal site...

I didn't manage to figure out how to install CiviCRM.

Are the quickstart instructions up to date for the current docker image?

Can anyone help with more explicit instructions for creating a site with CiviCRM provisioned?

Version info:

Aegir 7.x-3.173+48-dev automated install script
Drupal | 7.67
Install profile | Hostmaster (hostmaster-7.x-3.173+9-dev)
5.5.5-10.3.15-MariaDB-1:10.3.15+maria~bionic
PHP | 7.2.15-0ubuntu0.18.04.2
PaulLebmann commented 5 years ago

Aegir is just able to manage the Civicirm - part of the site (upgrades, cron). You need to provide a platform with civicrm included. Create a site on the platform and enable Civicrm.

The platform could be created with a drush makefile. See https://git.drupalcode.org/project/hosting_civicrm/blob/7.x-3.x/drush/civicrm.make.yml for an example.