Created
February 12, 2017 15:25
-
-
Save paulmontano/d750f18edd426f7be187c017b1cbeaab to your computer and use it in GitHub Desktop.
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 -f bin/magento setup:install --base-url="http://domain.loc/" --backend-frontname="admin" \ | |
| --db-host="localhost" --db-name="db_name" --db-user="db_username" --db-password="db_password" \ | |
| --admin-firstname="Magento" --admin-lastname="User" --admin-email="[email protected]" \ | |
| --admin-user="admin" --admin-password="123123qa" --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
php -f bin/magento setup:install --base-url="http://216.117.79.67/m2.2.3.blank/" --backend-frontname="admin"
--db-host="192.168.11.10" --db-name="assiv1" --db-user="assi" --db-password="AzrWhxDif6jSVwYjd8aR4zBWEsL2xrwN"
--admin-firstname="Magento" --admin-lastname="User" --admin-email="[email protected]"
--admin-user="admin" --admin-password="123123qa" --language="en_US" --currency="USD"
--timezone="America/Chicago" --use-rewrites="1"