Problem/Motivation
Since #2788777: Allow a site-specific profile to be installed from existing config a profile crafted for a specific site can be installed from configuration if it includes the configuration as part of the profile. However, this is not yet equivalent to installing any site given its configuration which the Configuration installer project was allowing one to do.
This issue is about figuring out how the installer UI needs to change to allow any site to be installed from configuration.
Proposed resolution
Add options to the Installer UI that allow a user to upload a zip/tarball of an existing config or choose a configuration directory.
Remaining tasks
define new UI elements and workflow, such as possibly adding the UI to either set the config directory or upload the configuration via zip file
agree.
implement.
User interface changes
New installer options.
API changes
none.
Data model changes
none.
Comments
Comment #3
jasonawantHow is this issue different than #2980670: Install a site from config if the config directory is set in settings.php? In that issue, the installer UI provides an option to install from a configuration directory specified in settings.php?
Does this issue geared toward an alternative w/out specifying config directory in settings.php?
Comment #4
bircherYes this is about adding the UI to either set the config directory or upload the configuration via zip file as the config_installer does.
Comment #5
jasonawantthx!
Comment #7
frobUpdated the title so it isn't confused with #2980670: Install a site from config if the config directory is set in settings.php
Comment #9
alexpottDiscussed with @bircher while reviewing CMI2. We're not sure that this is a necessary feature so going to punt to 9.1.x and remove from the meta and roadmap - #3008882: Roadmap for CMI 2.
If we're wrong then we can add this back to the roadmap.