diff --git a/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.yaml b/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.yaml new file mode 100644 index 00000000..7bce322f --- /dev/null +++ b/imper86/supervisor-bundle/2.2/config/packages/imper86_supervisor.yaml @@ -0,0 +1,2 @@ +imper86_supervisor: + instances: [] diff --git a/imper86/supervisor-bundle/2.2/manifest.json b/imper86/supervisor-bundle/2.2/manifest.json new file mode 100644 index 00000000..29975e1e --- /dev/null +++ b/imper86/supervisor-bundle/2.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Imper86\\SupervisorBundle\\Imper86SupervisorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/imper86/supervisor-bundle/2.2/post-install.txt b/imper86/supervisor-bundle/2.2/post-install.txt new file mode 100644 index 00000000..41a75e9b --- /dev/null +++ b/imper86/supervisor-bundle/2.2/post-install.txt @@ -0,0 +1,6 @@ + + Supervisor bundle - next steps + + + * Configure instances in imper86_supervisor.yaml in your config/packages directory + * Create supervisor config with command ./bin/console i86:supervisor:rebuild