Created
December 10, 2016 01:44
-
-
Save gelanivishal/4945585f1169acbb070fb9d81cc1972f to your computer and use it in GitHub Desktop.
Install Magento 2 with terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php bin/magento setup:install --base-url=http://127.0.0.1/magento211-sample/ --db-host=localhost --db-name=magento211-sample --db-user=root --db-password= --admin-firstname=Magento --admin-lastname=User [email protected] --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment