Skip to content

Instantly share code, notes, and snippets.

@MaxSouza
Created December 19, 2019 18:25
Show Gist options
  • Save MaxSouza/871109d87f574bf7911cff52e8479b85 to your computer and use it in GitHub Desktop.
Save MaxSouza/871109d87f574bf7911cff52e8479b85 to your computer and use it in GitHub Desktop.
Magento Install
bin/magento setup:install --base-url=http://dev.magento2/ \
--db-host=localhost --db-name=magento2 \
--db-user=root --db-password=root \
--admin-firstname=Magento --admin-lastname=User
[email protected] \
--admin-user=admin --admin-password=admin123
--language=en_US \
--currency=USD --timezone=America/Chicago
--cleanup-database \
--use-rewrites=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment