Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.- 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
Comment #2
colanAccording 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.