Drupal 9

Install and Sync to setup a Dev Drupal platform

Technologies: 

Drush can be used for installing website programmatically. However after installation, you might want to update the synchronization.

Install Drupal database:
Installs drupal when executed inside the drupal folder.

drush site-install --db-url=mysql://dbuser:dbpass@localhost/dbname --account-name=admin --account-pass=secret -y

Remove Shortcut links: