Hi Team,
I'm new to magento. I want to install latest magento version with sample data and to enable integration(web api). So what I have tried till now is downloaded magento 2.2.5(zip with sample data) with compatible version of XAMPP. when I click install now button, after some time it is giving me an error. It stuck at 55% installation. please me help to setup magento. I'm attaching an image below error occurred during the installation setup.
Solved! Go to Solution.
Hello @harish_padala
just to go magento directory and run that command
Hello @harish_padala
take new db and install magento using command line
php -f bin/magento setup:install –base-url=http://m2.loc/2.07/github/ --backend-frontname=admin --db-host=localhost --db-name=m2git --db-user=root --db-password=inchoo --admin-firstname=Magento --admin-lastname=User --admin-email=ivan.veres@inchoo.net --admin-user=admin --admin-password=magento123 --language=en_US --currency=USD --timezone=America/Chicago –use-rewrites=1
Can you tell me how to do that.
Hello @harish_padala
just to go magento directory and run that command