2.13.5.2. Installing Drupal
Automatic installation
Use instruction.
Manual installation
Before installation:
- Install for the website PHP version 7.4 or higher (official requirements).
- Download from official site on your PC an archive with the distribution of the latest version of Drupal.
- Place the distribution files on the hosting:
- Through filemanager or any FTPclient upload the archive to hosting in root directory preliminarily added site.
- Unpack downloaded archive with filemanager.
- Prepare the database:
- Open the site in a browser.
- Step 1: Choose language. Select the language you want and click "Save and continue" ("Save and continue").
- Step 2: Select a profile. Select the installation option - "Standard" (the best option), "Minimum" or "Demo" — and press "Save and continue".
- Step 3: Compliance check. Availability OPcache is desirable but not required. If OPcache is not connected, click to continue installation. "continue anyway".
- Step 4: Installing the database. Specify your database connection settings and click "Save and continue":
- "Database type" - make sure the switch is set opposite "MySQL, MariaDB, Percona Server, or equivalent".
- "Database name" — specify title Database.
- "Database username" — specify Username (login) Database.
- "Database password" — specify user password Database.
- Additional settings:
- "Host" - instead of
localhost
indicate host (server) address databases. - "Port number" - make sure it is specified
3306
. - "Table name prefix" — leave it blank or specify any prefix you like.
- Step 5: Site installation. Wait for the operation to complete.
- Step 6: Installation of translations. Wait for the operation to complete.
- Step 7: Site setup. Fill in the fields and click "Save and continue":
- Information about the site:
- "Site name" - specify the name of the site.
- "Site email address" - specify the mail on behalf of which letters from the site will be sent (it is recommended to use an address belonging to the site's domain).
- Site maintenance account:
- "Username" - specify the administrator's login.
- "Password" and "Repeat password" - enter the administrator password.
- "E-mail address" - specify the administrator's mail.
- Regional settings:
- "Default country" - select the required country or leave the field unchanged.
- "Default time zone" - select the required time zone or leave the current one.
- Update Alerts:
- "Check for updates automatically" - if you don't want Drupal updates to be checked automatically, uncheck the box.
- "Receive email notifications" - if you do not want to receive notifications sent from the site, uncheck the box.
- Step 8: Completion of translations. Wait for the operation to complete.
- Check the site is working.