Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created May 11, 2018 22:41
Show Gist options
  • Save 6ui11em/b219b0d3ab18de8efbac74dddaf05626 to your computer and use it in GitHub Desktop.
Save 6ui11em/b219b0d3ab18de8efbac74dddaf05626 to your computer and use it in GitHub Desktop.
Magento 2 install command #magento2 #install #command
php bin/magento setup:install --base-url={base_url} \
--db-host=localhost --db-name={db_name} --db-user={db_username} --db-password={db_password} \
--admin-firstname={name} --admin-lastname={lastname} --admin-email={email} \
--admin-user=admin --admin-password={admin_pass} --language=es_ES \
--currency=EUR --timezone=Europe/Madrid --use-rewrites=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment