Skip to content

Commit

Permalink
Merge pull request #191 from clash82/ezp-25143-fix-installer
Browse files Browse the repository at this point in the history
EZP-25143: Changed installer to use ezplatform.yml
  • Loading branch information
andrerom committed Nov 25, 2015
2 parents 99dc9ac + 23c56c3 commit ed6ed53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
14 changes: 2 additions & 12 deletions Installer/DemoCleanInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}

Expand Down
14 changes: 2 additions & 12 deletions Installer/DemoInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}

Expand Down

0 comments on commit ed6ed53

Please sign in to comment.