Skip to content

Instantly share code, notes, and snippets.

@qaiserali
Last active November 16, 2017 09:50
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 qaiserali/8405eaee41485d8b94bcab6eb4d82f27 to your computer and use it in GitHub Desktop.
Save qaiserali/8405eaee41485d8b94bcab6eb4d82f27 to your computer and use it in GitHub Desktop.
[Magento2 ] Magento installation script from the command line
magento setup:install --base-url={site-url} --db-host={db-host} \
--db-name={db-name} --db-user={db-username} --db-password={db-password} \
--admin-firstname={admin-firstname} --admin-lastname={admin-lastname} --admin-email={admin-email} \
--admin-user={admin-username} --admin-password={admin-password} --language=sv_SE --currency=SEK \
--timezone=Europe/Stockholm --use-rewrites=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment