Created
May 11, 2018 22:41
-
-
Save 6ui11em/b219b0d3ab18de8efbac74dddaf05626 to your computer and use it in GitHub Desktop.
Magento 2 install command #magento2 #install #command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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