From 7325051ccb9a1b029d8b796e824e7120e8493d59 Mon Sep 17 00:00:00 2001 From: Thierry Thuon Date: Thu, 26 Apr 2018 19:28:02 +0200 Subject: [PATCH 1/3] Add sapient-bundle recipe --- lepiaf/sapient-bundle/0.1/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lepiaf/sapient-bundle/0.1/manifest.json diff --git a/lepiaf/sapient-bundle/0.1/manifest.json b/lepiaf/sapient-bundle/0.1/manifest.json new file mode 100644 index 00000000..fad55810 --- /dev/null +++ b/lepiaf/sapient-bundle/0.1/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "lepiaf\\SapientBundle\\SapientBundle": ["prod", "dev"] + } +} From f4b749cfe24e30db952bca2b645a4f3f5d828cb3 Mon Sep 17 00:00:00 2001 From: Thierry Thuon Date: Fri, 18 May 2018 13:44:51 +0200 Subject: [PATCH 2/3] Add default configuration file --- lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml | 9 +++++++++ lepiaf/sapient-bundle/0.1/manifest.json | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 lepiaf/sapient-bundle/0.1/config/packages/sapient.yaml 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 index fad55810..4a2148cc 100644 --- a/lepiaf/sapient-bundle/0.1/manifest.json +++ b/lepiaf/sapient-bundle/0.1/manifest.json @@ -1,5 +1,8 @@ { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, "bundles": { - "lepiaf\\SapientBundle\\SapientBundle": ["prod", "dev"] + "lepiaf\\SapientBundle\\SapientBundle": ["all"] } } From 321dd1a8f74e0d4713caee653872d882f0e0b330 Mon Sep 17 00:00:00 2001 From: Thierry Thuon Date: Fri, 18 May 2018 15:03:31 +0200 Subject: [PATCH 3/3] Add post install message --- lepiaf/sapient-bundle/0.1/post-install.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lepiaf/sapient-bundle/0.1/post-install.txt 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/