I am asking this question after several attempt to install magento2.3 on windows10 WAMP. Every time the installation stops and shows error at zero percent or at 70 percent or in between. Lot of people advised to try it on Ubuntu but that is not possible because our company using Windows10 as OS and not permitted to use Ubuntu.
The steps/configuration that i follows for Magento 2.3 installation on WAMP
- Wamp Version 3.1.7
- PHP 7.1.26
- Apache 2.4.23
- Enabled Open SSL
- Set max_execution_time = 18000
- Set memory_limit = 2G
- max_input_time = 1800
- Enabled Exception printing
- Set Full permission to magento folder/files (777)
- Then setup virtual host in The Directory “D”
Virtual Host Settings
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "D:/Projects/mage230ce"
ServerName local.mage230ce.com
ErrorLog "logs/local.mage230ce.com-error.log"
CustomLog "logs/local.mage230ce.com-error-access.log" common
<Directory "D:/Projects/mage230ce">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
Then runs the url now stops at 0 percent Installing… 0% Please check the below image
System.log
main.ERROR: Error: Application is not installed yet. [] []
debug.log
main.ERROR: Error: Application is not installed yet. [] []
install.log
Starting Magento installation:
File permissions check…
[Progress: 1 / 773]
Required extensions check…
[Progress: 2 / 773]
Enabling Maintenance Mode…
[Progress: 3 / 773]
Installing deployment configuration…
[Progress: 4 / 773]
Installing database schema:
Schema creation/updates:
Please check the above issue and guide me..