How to Install Magento 2.4.3 + elasticsearch using docker – Ubuntu 20.04
Step : 1 – Installing the PHP 7.4 and PHP Extenisons Run the following command to update apt-get itself, which ensures that you have access to the latest versions of anything you want to install: sudo apt-get update Next, install software-properties-common, which adds management for additional software sources: sudo apt -y install software-properties-common The -y flag will automatically […]