Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Introduce
GRAV_PLUGINS
, which can be set to a comma-separated list of plugins to install automatically.Benefits of this PR and context:
Configuring sites is one of the most tedious aspects of creating sites, this PR would allow you to specify plugins to install automatically as an environment variable so you don't have to run CLI commands or use the Admin UI.
How Has This Been Tested?
Ran on a live site with
GRAV_PLUGINS
set to a plugin that was already installed and one that was not installed. The script handled the already installed plugin correctly and also installed the new plugin with no issue.I built an
admin
variant of this with base version1.7.42.3
as an image on Docker Hub for testing:tyzbit/grav:install-plugins-automatically
Source / References:
N/A
DIscussion
Would this be useful to install the admin plugin and allow us to publish just one version instead of an additional
admin
version?