Magento Bin Install

[Solved] Magento Bin Install | Php - Code Explorer | yomemimo.com
Question : magento bin install

Answered by : mysterious-moth-69l5pheojwzy

 php bin/magento setup:install --backend-frontname="admin" --key="admin" --session-save="files" --db-host="localhost" --db-name="magento_2_db" --db-user="root" --db-password="root" --base-url="http://local.magento.com/" --base-url-secure="https://local.magento2.com/" --admin-user="admin" --admin-password="admin123" --admin-email="[email protected]" --admin-firstname="Pramod" --admin-lastname="Kharade"

Source : https://magento.stackexchange.com/questions/199034/how-we-can-install-magento-2-2-0-via-command-line-comand | Last Update : Tue, 29 Dec 20

Answers related to magento bin install

Code Explorer Popular Question For Php