Skip to content

Commit a3bc22d

Browse files
committed
Add additional documentation
1 parent 3b9ac1b commit a3bc22d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ProcessMaker/Console/Commands/TenantsCreate.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ public function handle()
198198
$this->line('- Run migrations and seed the database');
199199
$this->line('- Run the install command for each package');
200200
$this->line('- Run artisan upgrade');
201-
$this->line('- Install passport by calling passport:install');
201+
$this->line('- Install passport by calling passport:install (create the default clients');
202+
$this->line('- Reset the admin password with auth:set-password');
203+
$this->line('- Run processmaker:initialize-script-microservice');
202204
$this->info("For example, `TENANT={$tenant->id} php artisan migrate:fresh --seed`");
203205
}
204206
}

0 commit comments

Comments
 (0)