Steps to Install Magento 2.4.4 on Ubuntu 20.04 Prerequisites Ubuntu 20.04 Root SSH access. Or regular user with sudo privileges 1. Log in via SSH and update the system Log in to Ubuntu 20.04 VPS with SSH as a root user. You can also login as a regular user with sudo privileges. ssh master @IP_Address -p Port_number Add your server’s actual IP address and SSH port number. It should be in place of IP_address and Port_number. Check if you have the proper Ubuntu version installed on your server. Use the following command - $ lsb_release -a The output should look like this - No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 .3 LTS Release: 20.04 Codename: focal Ensure that the installed packages are updated to the latest version. Run the following command - $ sudo apt update && sudo apt upgrade 2. Install PHP Magento 2.4.4 is fully compatible with PHP 8.1. Run the following command to install the latest stable version of PHP 8.1...
Comments
Post a Comment