Skip to content

Instantly share code, notes, and snippets.

@zeloc
Last active June 22, 2019 18:19
Show Gist options
  • Save zeloc/7e8b244bc1ef1d9ea95ce57cf7483fa8 to your computer and use it in GitHub Desktop.
Save zeloc/7e8b244bc1ef1d9ea95ce57cf7483fa8 to your computer and use it in GitHub Desktop.
magento 2 install script
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 --admin-email=tester@test.com --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