hi i try twice but same like before i m stuck
Installing... 88% Module 'Magento_CatalogSampleData': Installing data..
how much time it takes or how to skip this part. i m using sample data magento file.
See the browser's console for JavaScript errors and asynchronous requests' errors.
thank you. i change file. i install magento without sample data and its done but i my homepage broken http://107.170.56.241/sweet/ and admin not working http://107.170.56.241/sweet/admin_1bi7kw/
You should not install Magento on a top-level domain or IP address: https://github.com/magento/magento2/issues/2439
Use a second level virtual domain like localhost.com
Have you tried increasing `max_execution_time` ?http://devdocs.magento.com/guides/v2.0/install-gde/trouble/php/tshoot_70pct.html
thank you.
@themeness I increase max_execution_time to 18000 but still the installation stuck !
Did this work with you ?
Regards
Abdusalam
how do you do that?!?
You need to edit your php.ini file. What is your environment like? Please provide your OS and server with versions so we can point to you the right direction regarding editing the file? If you have multiple php.ini files, the best way to find which ones are being used, is to create a temporary info.php file with <?php phpinfo(); ?>