Last active
August 18, 2016 13:04
-
-
Save ClaudioVarandas/0ae7def0f23f5dd26264a6572ff3d708 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
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