diff --git a/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml b/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml new file mode 100644 index 00000000..6c7a8293 --- /dev/null +++ b/lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml @@ -0,0 +1,9 @@ +sapient: + # By default, bundle does nothing without initial configuration. + # Run command sapient:configure to get initial configuration. + # See http://sapient-bundle.readthedocs.io/en/latest/installation.html + guzzle_middleware: + unseal: false + verify: false + sealing_public_keys: ~ + verifying_public_keys: ~ diff --git a/lepiaf/sapient-bundle/0.1/manifest.json b/lepiaf/sapient-bundle/0.1/manifest.json new file mode 100644 index 00000000..4a2148cc --- /dev/null +++ b/lepiaf/sapient-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "bundles": { + "lepiaf\\SapientBundle\\SapientBundle": ["all"] + } +} diff --git a/lepiaf/sapient-bundle/0.1/post-install.txt b/lepiaf/sapient-bundle/0.1/post-install.txt new file mode 100644 index 00000000..fdae5b97 --- /dev/null +++ b/lepiaf/sapient-bundle/0.1/post-install.txt @@ -0,0 +1,9 @@ + + Next: SapientBundle Configuration + + + * Bundle is installed but it require a configuration. + Run command bin/console sapient:configure. + Then, copy output of command and paste it in config/packages/sapient.yaml + + * Read the documentation at http://sapient-bundle.readthedocs.io/en/latest/