Magento Installer

[Solved] Magento Installer | Php - Code Explorer | yomemimo.com
Question : install magento 2

Answered by : amused-aardvark-iahqxoqygt1z

php bin/magento setup:install --base-url="http://magento2.local/" --db-host="localhost" --db-name="magento" --db-user="magento" --db-password="mage3nt0" --admin-firstname="admin" --admin-lastname="admin" --admin-email="[email protected]" --admin-user="admin" --admin-password="admin123" --language="en_US" --currency="USD" --timezone="America/Chicago" --use-rewrites="1" --backend-frontname="admin"

Source : | Last Update : Tue, 27 Oct 20

Answers related to magento installer

Code Explorer Popular Question For Php