Hosting
The Ignite CMS can be hosted on any platform, including popular Drupal hosts like Acquia, Pantheon and Platform.sh.
Pantheon.io configuration
To utilize Pantheon's integrated Composer for Drupal 10 you will need to add a few items from their managed Composer repository
Steps
Clone https://github.com/pantheon-upstreams/drupal-composer-managed to your local machine.
Add 'pantheon' ignore rules from .gitignore to your project's .gitignore file.
Copy pantheon.upstream.yml to your root directory.
Add the '"upstream-configuration" repository to your composer.json
Require the "pantheon-upstreams/upstream-configuration" and "pantheon-systems/drupal-integrations" packages.
Add any lines with "upstream" or "pantheon" into your local composer.json.
Copy the "upstream-configuration" folder to your root directory.
Run composer update, resolve any conflicts.
Add a remote to the git repository URL provided in your Pantheon.io site dashboard.
Commit your changes and attempt to push to Pantheon with --force to override Pantheon's git history with your own git history (eg Github, Bitbucket, etc.).
If you do not receive any errors on the command line you can visit your Dashboard to see if it has pulled in your changes.
Run a manual installation or use terminus to install your Iginite profile.
Last updated