Skip to content

Instantly share code, notes, and snippets.

@ClaudioVarandas
Last active August 18, 2016 13:04
Show Gist options
  • Save ClaudioVarandas/0ae7def0f23f5dd26264a6572ff3d708 to your computer and use it in GitHub Desktop.
Save ClaudioVarandas/0ae7def0f23f5dd26264a6572ff3d708 to your computer and use it in GitHub Desktop.
composer create-project drupal/drupal project-name 8.1.*
composer config repositories.drupal composer https://packages.drupal.org/8
drush si standard --db-url='mysql://[user]:[pass]@localhost/[db_name]' --site-name=xxx --account-name=admin --account-pass=9999
### Drupal Commerce
composer require "drupal/commerce 2.x-dev"
drupal module:install commerce_product commerce_checkout commerce_cart commerce_tax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment