Add installation bootstrap script

This commit is contained in:
2020-07-09 05:10:22 +01:00
parent 2bf8c8e90c
commit f673ef8222
2 changed files with 6 additions and 32 deletions

View File

@@ -66,9 +66,7 @@ class Install extends Command
try
{
$composer->mustRun();
$progress->advance();
$npm->mustRun();
$progress->advance();
@@ -140,7 +138,7 @@ class Install extends Command
$this->call('config:cache');
touch($basePath . '/INSTALLED');
$this->call('up');
$this->info('>> All done! Visit ' . $baseURL . ' to start using your brand new installation of Raspberry Teams!');