Skip to content

Instantly share code, notes, and snippets.

@paulmontano
Created February 12, 2017 15:25
Show Gist options
  • Save paulmontano/d750f18edd426f7be187c017b1cbeaab to your computer and use it in GitHub Desktop.
Save paulmontano/d750f18edd426f7be187c017b1cbeaab to your computer and use it in GitHub Desktop.
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"
@paulmontano
Copy link
Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment