mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 18:14:35 +00:00
Use power of symfony binary file response
Add commands Fix typo Remove extra line
This commit is contained in:

committed by
Romain Neutron

parent
7fc9eb3010
commit
01a36ee9f7
@@ -21,6 +21,8 @@ use Alchemy\Phrasea\Command\UpgradeDBDatas;
|
||||
use Alchemy\Phrasea\Command\Setup\Install;
|
||||
use Alchemy\Phrasea\Command\Setup\LessCompiler;
|
||||
use Alchemy\Phrasea\Command\Setup\JavascriptBuilder;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingNginxDumper;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingApacheDumper;
|
||||
use Alchemy\Phrasea\CLI;
|
||||
use Alchemy\Phrasea\Command\Setup\CheckEnvironment;
|
||||
|
||||
@@ -66,6 +68,8 @@ try {
|
||||
$app->command(new Install('system:install'));
|
||||
$app->command(new LessCompiler());
|
||||
$app->command(new JavascriptBuilder());
|
||||
$app->command(new XSendFileMappingNginxDumper());
|
||||
$app->command(new XSendFileMappingApacheDumper());
|
||||
|
||||
$result_code = is_int($app->run()) ? : 1;
|
||||
} catch (\Exception $e) {
|
||||
|
Reference in New Issue
Block a user