Skip to content

Instantly share code, notes, and snippets.

@Marko-M
Last active February 7, 2016 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marko-M/b908556ef3e214129bc5 to your computer and use it in GitHub Desktop.
Save Marko-M/b908556ef3e214129bc5 to your computer and use it in GitHub Desktop.
Magento 2 console install
# Console setup
magento setup:install --base-url=http://magento2.loc/ \
--db-host=localhost --db-name=magento2 --db-user=magento2 --db-password=magento2 \
--admin-firstname=Magento --admin-lastname=User --admin-email=user@example.com \
--admin-user=admin --admin-password=magento2 --language=en_US \
--currency=USD --timezone=Europe/Zagreb --use-rewrites=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment