Before a Drupal installation
Meet Drupal's system requirements on either a local or remote server.
Install Drupal using DDEV for local development
The Drupal community recommends using DDEV for local development.
Get the Code
Install the files you need to run Drupal
Install dependencies with Composer
After updating the codebase with Git, the required PHP libraries must be installed with Composer
Create a database
Create a database for Drupal to use
Run the installer
Run the installation script
Status check
Check the status of your site
Add Composer to an existing site
How to convert an existing Drupal site to a composer-managed project. Step by step guide to adding composer to manually installed site.
OBSOLETE Building a Drupal site with Git
How to use Git to manage the source code for a Drupal site
Drupal Quick Start Command
Launch a local demo version of Drupal.
Trusted Host settings
Protecting against HTTP HOST Header attacks