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"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not able to install
Thanks, I managed to install.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Not able to install
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
--
If my answer is useful, please Accept as Solution & give Kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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