Greg Anderson

Results 388 comments of Greg Anderson

The one line above already works, with just one deferred task: you need to update your configuration sync directory in settings.php after installation. I'm not sure how to "fix" Contenta...

I made a hack that points the config directory to the place Contenta expects it during installation, and reverts it back to its location outside of the document root after...

@dawehner For Drupal sites that are not Composer-managed, the current technique is fine. For Composer-managed Drupal sites, the current mechanism works just fine for installation; however, the problem is that...

There are two ways forward here: 1. You could fix this problem by installing the PHP extensions that are in your error messages (mbstring, gd) 2. Terminus Build Tools could...

If using the `master` branch of the Terminus Build Tools plugin, insert `--ignore-platform-reqs` here: https://github.com/pantheon-systems/terminus-build-tools-plugin/blob/master/src/Commands/BuildToolsBase.php#L433 A pull request would be welcome if this works for you.

A couple of words on goals. Ultimately, for source code repositories, we would like to support: - Github - Bitbucket - Gitlab For CI services, we would like to support:...

Summary of discussion on reducing boilerplate. - Our aspirational goal is to have a single project to require (per cms / framework) that makes any drupal-composer/drupal-project-like project (e.g. lightning, contenta,...

Looking at [the composer installer documentation](https://getcomposer.org/doc/articles/custom-installers.md) again, it looks like composer installers can perhaps be included from a sub-project, although the info in `extras` often must be in the top-level...

Are you running on Windows? There are a number of Windows-related bugs in Terminus core; the build tools plugin is untested on Windows. Your problem looks like an escaping bug....