forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
23 lines
858 B
Markdown
23 lines
858 B
Markdown
Drupal Commerce
|
|
===============
|
|
[](https://travis-ci.org/drupalcommerce/commerce)
|
|
|
|
Drupal Commerce is the leading flexible eCommerce solution for Drupal,
|
|
powering over 60,000 online stores of all sizes.
|
|
|
|
Please report bugs in the [issue queue](https://www.drupal.org/project/issues/commerce?version=8.x).
|
|
|
|
[Documentation](http://docs.drupalcommerce.org)
|
|
|
|
[Issue Tracker](https://www.drupal.org/project/issues/commerce?version=8.x)
|
|
|
|
## Installation
|
|
|
|
Use [Composer](https://getcomposer.org/) to get Drupal + Commerce with all dependencies.
|
|
|
|
```
|
|
composer create-project drupalcommerce/project-base mysite --stability dev --no-interaction
|
|
```
|
|
|
|
See the [install documentation](https://docs.drupalcommerce.org/commerce2/developer-guide/install-update/installation) for more details.
|