visuddhinanda 4 дней назад
Родитель
Сommit
69bbd98f06
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      api-v13/app/Console/Commands/PostInstall.php

+ 8 - 0
api-v13/app/Console/Commands/PostInstall.php

@@ -28,8 +28,16 @@ class PostInstall extends Command
         //
         //
         $this->info('post install start');
         $this->info('post install start');
 
 
+        #openSearch
         $this->call('create:opensearch.index');
         $this->call('create:opensearch.index');
+
+        #rabbitmq
+        $this->call('app:create-queue');
+
+        # system channel
         $this->call('init:system.channel');
         $this->call('init:system.channel');
+
+        # system dictionary
         $this->call('init:system.dict');
         $this->call('init:system.dict');
 
 
         $this->info('post install done');
         $this->info('post install done');