• Build D8 project from makefile at CLI (with no profile_name.profile file).
  • Add platform in Aegir
  • Profile is not available when creating a site

I spent almost 7 hours trying to find out why this was occurring, solution found:

  • Build D8 project from makefile at CLI (Profile contains profile_name.profile file).
  • Add platform in Aegir
  • Profile is available when creating a site

Contents of profile file:

<?php

/**
 * @file
 */

Comments

realityloop created an issue.

colan’s picture

According to How to Write a Drupal 8 Installation Profile, this file is optional. So it appears we do in fact need to fix something on our side.