Skip to content

Instantly share code, notes, and snippets.

@bordeo
Created June 21, 2016 13:13
Show Gist options
  • Save bordeo/5e740db5fe2a9791ebe54f8023d00a8b to your computer and use it in GitHub Desktop.
Save bordeo/5e740db5fe2a9791ebe54f8023d00a8b to your computer and use it in GitHub Desktop.
php bin/magento setup:install \
--db-host='127.0.0.1' --db-name='project_mage' --db-user='root' --db-password='password' \
--base-url='http://www.project.loc' --language='en_US' --timezone='Europe/Rome' --currency='EUR' \
--admin-firstname='Alex' --admin-lastname='Bordin' \
--admin-email='[email protected]' --admin-user='admin' --admin-password='password' \
--cleanup-database --use-rewrites=1 \
--key='yourkey'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment