diff --git a/imper86/allegro-api-bundle/3.0/config/packages/imper86_allegro_api.yaml b/imper86/allegro-api-bundle/3.0/config/packages/imper86_allegro_api.yaml new file mode 100644 index 00000000..22ce313a --- /dev/null +++ b/imper86/allegro-api-bundle/3.0/config/packages/imper86_allegro_api.yaml @@ -0,0 +1,2 @@ +imper86_allegro_api: + sandbox: true diff --git a/imper86/allegro-api-bundle/3.0/config/routes/imper86_allegro_api.yaml b/imper86/allegro-api-bundle/3.0/config/routes/imper86_allegro_api.yaml new file mode 100644 index 00000000..1331cc9a --- /dev/null +++ b/imper86/allegro-api-bundle/3.0/config/routes/imper86_allegro_api.yaml @@ -0,0 +1,2 @@ +imper86_allegro_api: + resource: '@Imper86AllegroApiBundle/Resources/config/routes.xml' diff --git a/imper86/allegro-api-bundle/3.0/manifest.json b/imper86/allegro-api-bundle/3.0/manifest.json new file mode 100644 index 00000000..e178b69f --- /dev/null +++ b/imper86/allegro-api-bundle/3.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Imper86\\AllegroApiBundle\\Imper86AllegroApiBundle": ["all"] + }, + "env": { + "ALLEGRO_CLIENT_ID": "your_client_id", + "ALLEGRO_CLIENT_SECRET": "your_client_secret" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/imper86/allegro-api-bundle/3.0/post-install.txt b/imper86/allegro-api-bundle/3.0/post-install.txt new file mode 100644 index 00000000..d5ced913 --- /dev/null +++ b/imper86/allegro-api-bundle/3.0/post-install.txt @@ -0,0 +1,9 @@ + + Allegro API - next steps + + + * Register your application by visiting https://apps.developer.allegro.pl/ or https://apps.developer.allegro.pl.allegrosandbox.pl/ + * Edit .env.local with your client id and client secret + * Configure bundle - imper86_allegro_api.yaml in your config/packages directory + * Do make:migration or doctrine:schema:update for bundle's entities + * Start using visiting /allegro-api/start - this route will prepare allegro authorization url and will redirect you to allegro login page 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