Install Drupal 8 ecommerce Ubuntu system
First install : address module and dependencies via composer
use Composer to
download the module, which will also download the required libraries:
write following command in terminal:
composer require "drupal/address ~1.0"
~1.0 downloads the latest release, use 1.x-dev to get the -dev release instead.
to update
Use
composer update drupal/address --with-dependencies
If you get following error
Then download commerce module and enable in Drupal 8 extend
First install : address module and dependencies via composer
use Composer to
download the module, which will also download the required libraries:
write following command in terminal:
composer require "drupal/address ~1.0"
~1.0 downloads the latest release, use 1.x-dev to get the -dev release instead.
to update
Use
composer update drupal/address --with-dependencies
If you get following error
Error: BC math PHP extension not found
Need to run this command: sudo apt install php7.0-bcmath
After it apply this command: sudo service apache2 restart
Note: This command is for PHP 7
Then download commerce module and enable in Drupal 8 extend
No comments:
Post a Comment