Remove phraseanet services, update configuration

This commit is contained in:
Romain Neutron
2013-06-11 11:57:43 +02:00
parent 8ecc97e94e
commit 32c2d6154a
99 changed files with 1545 additions and 5049 deletions

View File

@@ -76,8 +76,6 @@ try {
$app->command(new \module_console_schedulerState('scheduler:state'));
$app->command(new \module_console_schedulerStop('scheduler:stop'));
$app->command(new \module_console_schedulerStart('scheduler:start'));
$app->command(new \module_console_fileEnsureProductionSetting('check:ensure-production-settings'));
$app->command(new \module_console_fileEnsureDevSetting('check:ensure-dev-settings'));
$app->command(new Mailtest('mail:test'));