Skip to content

Instantly share code, notes, and snippets.

@matt-bailey
Last active October 7, 2018 23:15
Show Gist options
  • Save matt-bailey/cfcc16da0b59491f72146ac926974635 to your computer and use it in GitHub Desktop.
Save matt-bailey/cfcc16da0b59491f72146ac926974635 to your computer and use it in GitHub Desktop.
Example Magento 2 setup:install command
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