Skip to content

Instantly share code, notes, and snippets.

@federivo
Last active February 24, 2016 12:52
Show Gist options
  • Save federivo/ddca3d864fe473d40988 to your computer and use it in GitHub Desktop.
Save federivo/ddca3d864fe473d40988 to your computer and use it in GitHub Desktop.
Magento 2 CLI install
sudo ./magento setup:install --base-url=http://local.magento.com/ --db-host=localhost --db-name=dbname --db-user=root --db-password=passw --admin-firstname=First --admin-lastname=Last --admin-email=mail@mail.com --admin-user=admin --admin-password=admin --language=en_US --currency=USD --timezone=America/Chicago --use-rewrites=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment