1

Please give me steps to install magento 2.4.x.

Thanks, Ziya

asked Nov 16, 2021 at 17:13

2 Answers 2

0

You can go with the Magneto doc link https://devdocs.magento.com/guides/v2.4/install-gde/prereq/nginx.html. This is the Magento Way to install with nginx

answered Nov 18, 2021 at 5:52
0

Thanks Arun

I followed following steps:

Magento 2.4.1 installation steps

1 - Install PHP 7.4 With Nginx (Try to run info.php)

2 - Install Maria DB with supported version

3 - Install Elasticsearch

4 - Configure NGINX host

"5 - Setup Magento using below command

/usr/bin/php bin/magento setup:install --base-url=http://dev.m241.com/ --db-host=localhost --db-name=m241 --db-user=dbuser --db-password=dbpass123 --admin-firstname=Ziya --admin-lastname=Khan [email protected] --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1

"

answered Nov 21, 2021 at 3:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.