Setup drupal 11 CMS

Setup drupal 11 CMS Prerequisite Php 8.3 Apache Mysql 8 Create a Drupal CMS site cd /var/www composer create-project drupal/cms drupal11-cms-site-template As the above composer commands completes you should see as follow. Create a new database with user name & passĀ mysql >CREATE DATABASE drupal11cms; mysql > CREATE USER ‘drupal11cms’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘drupal11cms’; […]
AWS CLI Installation & Configuration

AWS CLI Installation & Configuration Installation To play with AWS with command line, you need to install aws cli on your machine so following are the steps/commands to install on linux (ubuntu) Installing AWS CLI at Ubuntu sudo apt-get update sudo apt-get install awscli Installing AWS CLI at CentOS 9/8 sudo dnf install awscli aws […]
