-
-
Save allozaur/7c9999a930ef3a8dffe22b93baf00d4b 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 --admin-email=my@email.com --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