Magento 2 : installation stuck at 67% every time
Please check below link and then try to install. Also Change in php.ini.
max_execution_time = 1800
max_input_time = 1800
memory_limit = 1024M
http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache.html http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html
You can try below options.
- Increase max_execution_time in php.ini.
Apache mod_rewrite module must be enabled.
If still the issue exists try to install it by composer
- Refer Magento 2 system requirements Documents.
Hope this helps.