---
title: "Tutorial - Installing Drupal manually"
description: "Find out how to install Drupal manually"
url: https://docs.ovhcloud.com/en/guides/web-cloud/web-hosting/cms-manual-installation-drupal
lang: en
lastUpdated: 2024-05-16
---
# Tutorial - Installing Drupal manually

## Objective

This tutorial will help you install Drupal CMS (Content Management System) manually in just a few steps.

:::warning
OVHcloud provides services that you are responsible for with regard to their configuration and management. It is therefore your responsibility to ensure that they function properly.

This tutorial is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist provider](https://partner.ovhcloud.com/en-gb/directory/) or the [Drupal support](https://www.drupal.org/support) if you encounter any difficulties. We will not be able to assist you. You can find more information in the [Go further](#go-further) section of this guide.

If you would like to update an existing Drupal CMS, or have any questions on how to use the Drupal CMS, please contact [the Drupal CMS publisher](https://www.drupal.org/support) directly.

:::

:::tip
To install Drupal **automatically**
 from your OVHcloud Control Panel
, please refer to our documentation on [installing a 1-click module](/en/guides/web-cloud/web-hosting/cms-install-1-click-modules.md)
.
To manually **install another CMS** (WordPress, Joomla!, PrestaShop), please refer to our documentation on [installing a CMS manually](/en/guides/web-cloud/web-hosting/cms-manual-installation.md).

:::

**This tutorial explains how to install your Drupal CMS manually.**

## Requirements

- An [OVHcloud web hosting plan](https://www.ovhcloud.com/en-gb/web-hosting/) that contains at least one database
- A [domain name](https://www.ovhcloud.com/en-gb/domains/)

## Instructions

### Step 1: Prepare for the installation [](#)
To install the **Drupal** CMS on your [web hosting plan](https://www.ovhcloud.com/en-gb/web-hosting/), you will need to make some preparations.

Follow **all of steps** described in our tutorial on [installing a CMS manually](/en/guides/web-cloud/web-hosting/cms-manual-installation.md) before continuing with step 2 below.

### Step 2: Finalise the installation [](#)
:::tip
Before you continue with the installation, clear your web browser cache to avoid any errors.

:::

#### 2.1 Access your Drupal website via your browser

Enter your domain name into the address bar of your web browser.

If the Drupal source files have been correctly placed in your root folder, the Drupal page for selecting the language appears:

![Drupal installation step 1](/images/assets/screens/other/cms/drupal/install-language-1.png)
Select the site language and click `Save and Continue
`.
#### 2.2 Choose installation type

Drupal offers several levels of installation:

- Standard version (recommended)
- Minimum version
- Presentation version

![Drupal installation step 2](/images/assets/screens/other/cms/drupal/install-profil-2.png)
We recommend choosing the **Standard**
 installation. Then click `Save and continue
`.
### 2.3 Link your Drupal to your database

Enter the information requested for the database:

![Drupal installation step 3](/images/assets/screens/other/cms/drupal/install-db-config-3.png)
Have your database login details ready (if necessary, see **Step 1.4** in the [manual installation of a CMS tutorial](/en/guides/web-cloud/web-hosting/cms-manual-installation.md)).

- _Database type_: Select your database type from the choices available.

- _Database name_: This name was defined when the database was created in the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink>.

- _Database username_: It is identical to the database name if you are using a database included with your web hosting plan. For databases created on Web Cloud Databases, please refer to the information in **Step 1.4** in the [manual installation of a CMS tutorial](/en/guides/web-cloud/web-hosting/cms-manual-installation.md).

- _Database password_: You defined it yourself when you created your database. You may have modified it in the meantime.

Click on `Advanced Options
` to see the rest of the menu.
- _Host_: The name of your database server, included in the installation email and displayed in your OVHcloud Control Panel.

:::info

- The server name of a database included with your web hosting plan usually has this format: `NameOfYourDatabase.mysql.db`.

- The server name of a Web Cloud Databases database starts with your OVHcloud NIC handle and is in the following format: `OVHID(without-ovh)-XXX.eu.clouddb.ovh.net` where **XXX** is to be replaced by the reference of your Web Cloud Databases service.

:::

- _Port number_: If you are using a database included with your OVHcloud hosting plan, please keep the default **3306**. If you are using a _Web Cloud Databases_ service, please refer to **Step 1.4** in the tutorial on [manually installing a CMS](/en/guides/web-cloud/web-hosting/cms-manual-installation.md) to retrieve the correct port number.

- _Table name prefix_: If you are installing with a brand new database, enter your preferred prefix. If you are using a database that has already been used by another website, please refer to **Step 1.4** in the tutorial on [manually installing a CMS](/en/guides/web-cloud/web-hosting/cms-manual-installation.md) to avoid entering a table prefix that has already been used in your database.

Click `Save and Continue
`.
If everything has been done correctly, Drupal will be installed:

![Drupal installation step 4](/images/assets/screens/other/cms/drupal/install-4.png)
#### 2.4 Configure your website information and administrator access

Once the previous step is complete, the following page is displayed:

![Drupal installation step 5-1](/images/assets/screens/other/cms/drupal/install-configure-site-5-1.png)
Enter the information requested:

- _Site name_: Enter the name of your future Drupal website.

- _Site email address_: Enter a valid email address that will be used by your Drupal website.

- _Username_: Enter a username to log in to your Drupal administration panel.

- _Password_ and _Confirm password_: Set the password that will be associated with your username to access your Drupal back office .

Then continue to the bottom of the page:

![Drupal installation step 5-1](/images/assets/screens/other/cms/drupal/install-configure-site-5-2.png)
- _Email address_: Enter your email address. Ideally, enter the same address you entered earlier in the form _Site email address_.

- _Default country_: Choose the country from which your website will be visited the most.

- _Default time zone_: Select the default time zone for your website.

Click `Save and Continue
`.
If everything went well, the following page appears:

![Drupal installation step 6](/images/assets/screens/other/cms/drupal/install-ending-6.png)
:::tip
The Drupal installation is complete, you can now start creating the content of your Drupal website!

:::

## Go further [](#)
[Drupal official website](https://www.drupal.org/)

For specialised services (SEO, development, etc.), contact [OVHcloud partners](https://partner.ovhcloud.com/en-gb/directory/).

If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](https://www.ovhcloud.com/en-gb/support-levels/).

Join our [community of users](https://community.ovhcloud.com/).
