Last active
October 7, 2018 23:15
-
-
Save matt-bailey/cfcc16da0b59491f72146ac926974635 to your computer and use it in GitHub Desktop.
Example Magento 2 setup:install command
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://mysite.dev --db-host=localhost --db-name=mysite --db-user=root --admin-firstname=Magento --admin-lastname=User [email protected] --admin-user=admin --admin-password=password123 --language=en_GB --currency=GBP --timezone=Europe/London --use-rewrites=1 --backend-frontname=admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment