Good morning
I’m trying to install Magento 2.4
Debian server 9
apache server 2.4
php 7.4.8
the problem is because on the start setup page . the approval and installation start button not appear!!! .
only appear the message ((((
Version 2.4.0
Welcome to Magento Admin, your online store headquarters.
Please review Terms & Agreement and read Getting Started to learn how to install Magento using the command line. ))))
but the orange approval and installation start button not appear
Hi @salemgrafi4a3f,
It seems like magento obsolete web setup wizard in magento 2.4.0
Starting with Magento 2.4.0, the Web Setup Wizard is removed, and you must use the command line to install or upgrade Magento, as well as modules and extensions.
https://devdocs.magento.com/cloud/before/before-setup-env-install.html
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
Yes, I had the same issues, it seems magento 2.4 move to command line installation.
It is more complicated then the web wizard. I failed when ask me to install Elasticsearch.
It will be very helpful if someone could post a detail installation guide for magento 2.4 command line installation.
Here you can follow below installation official articles:
https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli.html
https://devdocs.magento.com/guides/v2.4/install-gde/prereq/prereq-overview.html
In my case I was Mamp and the button wasn't showing either. The problem was the composer, I open the terminal and used this: curl -s http://getcomposer.org/installer | sudo /Applications/MAMP/bin/php/php7.3.21/bin/php
Make sure to use the correct php version.
<script>alert(1)</script>