Last active
June 22, 2019 18:19
-
-
Save zeloc/7e8b244bc1ef1d9ea95ce57cf7483fa8 to your computer and use it in GitHub Desktop.
magento 2 install script
This file contains 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://ecc-m231.vm/ --db-host=localhost --backend-frontname=admin1234 --db-name=magento --db-user=root --db-password=nga3Quae* --admin-firstname=myname --admin-lastname=mylastname [email protected] --admin-user="admin" --admin-password=Test@123456 --language=en_GB --currency=GBP --timezone=Europe/London --use-rewrites=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment