|
|
@ -80,8 +80,8 @@ class Installer extends Command
|
|
|
|
$this->instanceSettings();
|
|
|
|
$this->instanceSettings();
|
|
|
|
$this->mediaSettings();
|
|
|
|
$this->mediaSettings();
|
|
|
|
$this->dbMigrations();
|
|
|
|
$this->dbMigrations();
|
|
|
|
$this->resetArtisanCache();
|
|
|
|
|
|
|
|
$this->validateEnv();
|
|
|
|
$this->validateEnv();
|
|
|
|
|
|
|
|
$this->resetArtisanCache();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$this->info('Installer: Simple...');
|
|
|
|
$this->info('Installer: Simple...');
|
|
|
|
$this->checkDiskPermissions();
|
|
|
|
$this->checkDiskPermissions();
|
|
|
@ -92,8 +92,8 @@ class Installer extends Command
|
|
|
|
$this->activityPubSettings();
|
|
|
|
$this->activityPubSettings();
|
|
|
|
$this->instanceSettings();
|
|
|
|
$this->instanceSettings();
|
|
|
|
$this->dbMigrations();
|
|
|
|
$this->dbMigrations();
|
|
|
|
$this->resetArtisanCache();
|
|
|
|
|
|
|
|
$this->validateEnv();
|
|
|
|
$this->validateEnv();
|
|
|
|
|
|
|
|
$this->resetArtisanCache();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|