cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4.5 Install and Setup issue

Magento 2.4.5 Install and Setup issue

I am trying to install Magento 2.4.5 on Centos server through Terminal, But I stuck with setup and installation - https://prnt.sc/_usdY93pCVUW. I am getting below message when I run php bin/magento setup:install

Starting Magento installation:
File permissions check...
[Progress: 1 / 1323]
Required extensions check...

This is the command

php bin/magento setup:install \
--base-url=http://xxxxx.com \
--db-host=localhost \
--db-name=xxxx \
--db-user=xxx \
--db-password=hc?]SsNreqvi \
--admin-firstname=admin \
--admin-lastname=admin \
--admin-email=admin@admin.com \
--admin-user=admin \
--admin-password=admin123 \
--language=en_US \
--currency=USD \
--timezone=America/Chicago \
--use-rewrites=1 \
--search-engine=elasticsearch \
--elasticsearch-host=localhost \
--elasticsearch-port=9200 \
--elasticsearch-index-prefix=magento2 \
--elasticsearch-timeout=15
3 REPLIES 3

Re: Magento 2.4.5 Install and Setup issue

Hi @sainulabidnv ,

 

Please check system requirement before proceed.

https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html

 

You need to make sure lots of things like php version, php extensions listed under above links available on your system.

 

Problem Solved? Accept as Solution!

 

Hope it helps!

Thanks

Ankit Jasani

Re: Magento 2.4.5 Install and Setup issue

Hi @Ankit Jasani 

Thank you for the response, I have installed all extension and software.

How can I see the errors ?.

Re: Magento 2.4.5 Install and Setup issue

Hi @sainulabidnv ,

 

You can check var/system.log and var/exception.log and install.log for more details.

 

Problem Solved? Accept as Solution!

 

Hope it helps!

Thanks

Ankit Jasani