
Go to your browser and enter the IP address or your domain name. While the installation of Magento2 has been successfully completed. After that, tap “Next” in every setup window and Install the XAMPP Web Server. STEP 1: Download and Configure XAMPP Web server.įirstly, download the XAMPP Web Server to set up the environment for Magento2 Community Edition. To get detailed information about system requirements, just visit the mentioned link: What We’re Going To Use:

Elasticsearch 2.x, 5.x, and 6.x are no longer supported by Magento.As of 2.4.0 Magento, MySQL is no longer available for search purposes. You’re supposed to use Elasticsearch.Composer 2.x cannot be supported by Magento.Distributions of Linux, including RedHat Enterprise Linux (RHEL), CentOS, Ubuntu, Debian, macOS, Windows.Installation Requirements For Magento 2.4: Now, in this blog, we’ll switch to Learn Magento 2.4 Installation On windows. If all works fine then you will find sodium in list defiantly.We learned how to install Magento 2.4 on Ubuntu 20.04 and macOS in our previous blogs. Restart XAMPP and check installed php modules sudo /opt/lampp/lampp restart Sudo bash -c 'echo "extension="sodium.so"" > /opt/lampp/etc/php.ini' This will isntall extension for XAMPP PHP and you can check sodium.so file has been created inside /opt/lampp7.4/lib/php/extensions/no-debug-non-zts-2019****.

configure -with-php-config=/opt/lampp/bin/php-config //This time we provided preferred php config Phpize // This will create configure script. Now we will download and install PHP library for The file for libsodium has been created with so extension. It will install library and you can check inside the /usr/local/lib/. Libsodium-1.x. //Go inside the package folder Sudo apt-get install build-essential libtool autoconfĭownload stable version of Sodium Library by following link opt/lampp/etc/php -m //Check if you have sodium installed I installed Sodium library first and then install PHP Libsodium extesnion for XAMPP. I have installed xampp-linux-圆4-7.4.15-0 and surprisingly there is no sodium PHP module in this setup. configure command while installing the LIBSODIUM for your PHP.

There is default PHP installed as a system package but if you are using self contained installation of PHP (XAMPP ) then you have to provide php-config path in following attribute of. This answer is only for Linux(Ubuntu) users
