cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to install

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Not able to install

Hello,

 

I am trying to install Mageto locally but the installation does not commence... I have been waiting for 30 minutes. Any suggestions?

Magento_install.JPG

6 REPLIES 6

Re: Not able to install

Hello @rihards_struka

 

Which Magento version you are trying to install and what error you are facing please share. 

Please share steps as well which you are following. 

Manish Mittal
https://www.manishmittal.com/

Re: Not able to install

Thanks, I managed to install.

Re: Not able to install

@rihards_struka

 

glad to hear! thanks

Manish Mittal
https://www.manishmittal.com/

Re: Not able to install

Hello @rihards_struka,

 

If you get this type of error or you want to install Magento 2 fast then please run below command in Magento root directory, Also change appropriately in command 

 php bin/magento setup:install --backend-frontname="admin" --key="admin" --session-save="files" --db-host="localhost" --db-name="magento_2_db" --db-user="root" --db-password="root" --base-url="http://local.magento.com/" --base-url-secure="https://local.magento2.com/" --admin-user="admin" --admin-password="admin123" --admin-email="johndoe@example.com" --admin-firstname="John" --admin-lastname="Doe"
 

--
If my answer is useful, please Accept as Solution & give Kudos

Re: Not able to install

hi, im not that development savy - what do you mean by "run below command in Magento root directory"? How do you run a command in root directory?

Re: Not able to install

Hello @rihards_struka,

 

Please login with terminal and go to root directory of Magento and run above command.

For more detail refer this link https://devdocs.magento.com/guides/v2.2/install-gde/basics/basics_login.html

 

--
If my answer is useful, please Accept as Solution & give Kudos