Skip to content

johnpicozzi/drupal-commerce-domain

Repository files navigation

Drupal Commerce Domain Example

Getting Started

Included in the project root is a Lando configuration file (.lando.yml). The only prerequisites are that you must have Lando and Docker installed.

Lando - 3.0.9 Docker - 2.3.0.3

From the root of the project, run:

$ lando start

Composer

This site uses composer and will require the following command to download assets.

$ lando composer install

Import DB

A copy of the Database is provided as a starting point.

Run the following to import the DB:

$ lando db-import database-file.sql.gz

Import Config

This site does include config and new changes will be included via config only. Meaning the included DB will not be updated.

to import the config run the following:

$ lando drush cim -y

Drupal Login

The Drupal login is admin/admin

About

This is an example of Drupal Commerce using Domain module to show different products and currencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages