From 23c56c3d29c3e7a62bbeee49f58b3c51ebf77e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Toborek?= Date: Mon, 23 Nov 2015 16:17:27 +0100 Subject: [PATCH] EZP-25143: Changed installer to use ezplatform.yml Link to Jira task: https://jira.ez.no/browse/EZP-25143 --- Installer/DemoCleanInstaller.php | 14 ++------------ Installer/DemoInstaller.php | 14 ++------------ .../{ezpublish.yml => ezplatform.yml} | 0 3 files changed, 4 insertions(+), 24 deletions(-) rename Resources/installer/config_templates/{ezpublish.yml => ezplatform.yml} (100%) diff --git a/Installer/DemoCleanInstaller.php b/Installer/DemoCleanInstaller.php index 1e71674..f28e1a5 100644 --- a/Installer/DemoCleanInstaller.php +++ b/Installer/DemoCleanInstaller.php @@ -29,18 +29,8 @@ public function importData() public function createConfiguration() { $this->copyConfigurationFile( - __DIR__ . '/../Resources/installer/config_templates/ezpublish.yml', - 'ezpublish/config/ezpublish.yml' - ); - - $this->copyConfigurationFile( - 'vendor/ezsystems/ezpublish-kernel/eZ/Bundle/PlatformInstallerBundle/src/Resources/config_templates/common/ezpublish_dev.yml', - 'ezpublish/config/ezpublish_dev.yml' - ); - - $this->copyConfigurationFile( - 'vendor/ezsystems/ezpublish-kernel/eZ/Bundle/PlatformInstallerBundle/src/Resources/config_templates/common/ezpublish_prod.yml', - 'ezpublish/config/ezpublish_prod.yml' + __DIR__ . '/../Resources/installer/config_templates/ezplatform.yml', + 'ezpublish/config/ezplatform.yml' ); } diff --git a/Installer/DemoInstaller.php b/Installer/DemoInstaller.php index ce8efcf..8a0733e 100644 --- a/Installer/DemoInstaller.php +++ b/Installer/DemoInstaller.php @@ -30,18 +30,8 @@ public function importData() public function createConfiguration() { $this->copyConfigurationFile( - __DIR__ . '/../Resources/installer/config_templates/ezpublish.yml', - 'ezpublish/config/ezpublish.yml' - ); - - $this->copyConfigurationFile( - 'vendor/ezsystems/ezpublish-kernel/eZ/Bundle/PlatformInstallerBundle/src/Resources/config_templates/common/ezpublish_dev.yml', - 'ezpublish/config/ezpublish_dev.yml' - ); - - $this->copyConfigurationFile( - 'vendor/ezsystems/ezpublish-kernel/eZ/Bundle/PlatformInstallerBundle/src/Resources/config_templates/common/ezpublish_prod.yml', - 'ezpublish/config/ezpublish_prod.yml' + __DIR__ . '/../Resources/installer/config_templates/ezplatform.yml', + 'ezpublish/config/ezplatform.yml' ); } diff --git a/Resources/installer/config_templates/ezpublish.yml b/Resources/installer/config_templates/ezplatform.yml similarity index 100% rename from Resources/installer/config_templates/ezpublish.yml rename to Resources/installer/config_templates/ezplatform.yml