Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Created December 10, 2016 01:44
Show Gist options
  • Save gelanivishal/4945585f1169acbb070fb9d81cc1972f to your computer and use it in GitHub Desktop.
Save gelanivishal/4945585f1169acbb070fb9d81cc1972f to your computer and use it in GitHub Desktop.
Install Magento 2 with terminal
php bin/magento setup:install --base-url=http://127.0.0.1/magento211-sample/ --db-host=localhost --db-name=magento211-sample --db-user=root --db-password= --admin-firstname=Magento --admin-lastname=User [email protected] --admin-user=admin --admin-password=admin123 --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