
- Install drupal on aws linux how to#
- Install drupal on aws linux install#
- Install drupal on aws linux full#
$ sudo chmod -R 755 /var/www/html/drupal/ $ sudo chown -R www-data:www-data /var/www/html/drupal/ Next, modify the directory permissions to make Drupal accessible to the public. Once the download is complete, extract it in your current directory and move the uncompressed drupal folder to the /var/$ sudo mv drupal-9.0.7 /var/www/html/drupalĨ. We are going to download Drupal’s compressed file from Drupal’s Official site as shown using the wget command.
Install drupal on aws linux install#
Step 3: Download and Install Drupal in DebianĦ. Now that we have the Apache web server, Drupal database, and all the PHP extensions in place, we will move along and download the Drupal installation file. MariaDB > GRANT ALL ON drupal_db.* TO IDENTIFIED BY “password” MariaDB > create USER IDENTIFIED BY “StrongPassword”
Install drupal on aws linux full#
Next, we will create a database user with a strong password and grant the user full access to the Drupal database as shown. Once you login to the MariaDB shell, we are going to create a database called drupal_db. You will get the following welcome message. First, log into the MariaDB database server. Next, we will start by creating a database that will be used by Drupal for storing data during and after the installation. Secure MariaDB in Debian 10 Step 2: Create a Drupal Databaseģ.

With the requirements met, let’s get started! Step 1: Install LAMP Stack on Debian 10ġ.

LAMP comprises of the Apache web server, MariaDB / MySQL database, and PHP which is a server-side scripting language. Therefore, you need to have a LAMP stack installed before anything else. Like any other CMS, Drupal runs on the front end and is powered by a database server on the backend.
Install drupal on aws linux how to#
In this article, you will learn how to install Drupal on Debian 10/9. It’s ideal for users who want to publish their content with but have little background in web development. It ships with preinstalled themes, widgets, and other out-of-the-box features that help you get started with little knowledge in web programming languages. Written PHP, Drupal is a free and opensource content management system ( CMS) that enables you to create powerful and elegant blogs or websites.
