Installatie Drupal Commerce 2.x - Algemeen: verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
 
(7 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
 +
Zie ook
 +
 +
* [[Composer]]
 +
* [[Drupal Console]]
 +
* [[Installatie Drupal Commerce 2.x - Casus begin 2017]]
 +
* [[Installatie Drupal Commerce 2.x - Casus begin 2017 (2)]]
 +
* [[Installatie Drupal Commerce 2.x - Casus begin 2017 (3)]]
 +
* [[PHP installeren]]
 +
 
== Requirements ==
 
== Requirements ==
  
Regel 7: Regel 16:
 
=== PHP-libraries - Algemeen ===
 
=== PHP-libraries - Algemeen ===
  
Ik gebruik PHP 7.0. Versie 7.1 gaf een vage maar vooral weinig vertrouwenswekkende foutmelding. Vandaar dat ik versie 7.0 gebruik. Deze libraries heb je zoal nodig (lijst is niet compleet):
+
Ik gebruik PHP 7.0. Versie 7.1 gaf een vage maar vooral weinig vertrouwenswekkende foutmelding. Vandaar dat ik versie 7.0 gebruik. Deze libraries heb je zoal nodig (lijst is niet compleet). Na installatie van een library, moet je waarschijnlijk de server herstarten: <code>sudo service apache2 restart</code>.
  
 
''' php-bcmath '''
 
''' php-bcmath '''
Regel 17: Regel 26:
  
 
  sudo apt-get install php7.0-curl # PHP 7.0
 
  sudo apt-get install php7.0-curl # PHP 7.0
 +
# sudo apt-get install curl      # PHP 7.1
 +
 +
Na herstart van de server, deed-ie 't nog steeds niet. Wel na herstarten van de computer. Zie ook [http://stackoverflow.com/questions/19335305/composer-install-error-requires-ext-curl-when-its-actualy-enabled]
  
 
''' php-gd '''
 
''' php-gd '''
Regel 22: Regel 34:
 
  sudo apt-get install php7.0-gd # PHP 7.0
 
  sudo apt-get install php7.0-gd # PHP 7.0
 
  # sudo apt-get install gd      # PHP 7.1
 
  # sudo apt-get install gd      # PHP 7.1
 +
 +
== Bronnen ==
 +
 +
=== php curl-library ===
 +
 +
* http://stackoverflow.com/questions/19335305/composer-install-error-requires-ext-curl-when-its-actualy-enabled
 +
 +
=== Drupal Commerce 2.x - Officiële documentatie ===
 +
 +
* http://docs.drupalcommerce.org/v2/index.html - Startpagina: Modules, libraries & tools
 +
* http://docs.drupalcommerce.org/v2/getting-started/index.html - Getting started
 +
** http://docs.drupalcommerce.org/v2/getting-started/composer.html - Using Composer
 +
** http://docs.drupalcommerce.org/v2/getting-started/install.html - Installing
 +
** http://docs.drupalcommerce.org/v2/getting-started/update.html - Keeping a Drupal Commerce site up to date
 +
** http://docs.drupalcommerce.org/v2/getting-started/contributing/index.html - Contributing
 +
** http://docs.drupalcommerce.org/v2/getting-started/contributing/development-environment.html - Getting ready for development
 +
* http://docs.drupalcommerce.org/v2/building-blocks/index.html - Libraries and dependencies
 +
** http://docs.drupalcommerce.org/v2/building-blocks/address.html - Address
 +
** http://docs.drupalcommerce.org/v2/building-blocks/profile.html - Profile
 +
** http://docs.drupalcommerce.org/v2/building-blocks/state-machine.html - State Machine
 +
** http://docs.drupalcommerce.org/v2/building-blocks/ief.html - Inline Entity Form 8.x-2.x
 +
* http://docs.drupalcommerce.org/v2/currency.html - Currencies
 +
* http://docs.drupalcommerce.org/v2/store.html - Setting up stores
 +
* http://docs.drupalcommerce.org/v2/product/index.html - Products
 +
** http://docs.drupalcommerce.org/v2/product/product-attributes.html - Setup product attributes
 +
** http://docs.drupalcommerce.org/v2/product/products.html - Make a product
 +
** http://docs.drupalcommerce.org/v2/product/product-type.html - Create a product type (lege pagina)
 +
** http://docs.drupalcommerce.org/v2/product/purchasable-entities.html - Purchasable Entities (behoorlijk lege pagina)
 +
* http://docs.drupalcommerce.org/v2/product/catalog-and-product-pages.html - Catalog and product pages
 +
** http://docs.drupalcommerce.org/v2/product/create-a-product-catalog.html - Create a product catalog
 +
** http://docs.drupalcommerce.org/v2/product/customize-the-add-to-cart-form.html - Customize the add to cart form
 +
** http://docs.drupalcommerce.org/v2/product/theme-a-product-page.html - Theme a product page
 +
* http://docs.drupalcommerce.org/v2/using-promotions.html - Product merchandising (lege pagina)
 +
* http://docs.drupalcommerce.org/v2/creating-a-promotion.html - Create a promotion (lege pagina)
 +
* http://docs.drupalcommerce.org/v2/orders/index.html - Orders
 +
* http://docs.drupalcommerce.org/v2/orders/order-types.html - Order Types
 +
* http://docs.drupalcommerce.org/v2/orders/order-items.html - Order Items
 +
* http://docs.drupalcommerce.org/v2/orders/order-processing.html - Order Processing
 +
* http://docs.drupalcommerce.org/v2/checkout/index.html - Configuring your checkout
 +
** http://docs.drupalcommerce.org/v2/checkout/guest.html - Allowing guest checkout, or account login
 +
** http://docs.drupalcommerce.org/v2/checkout/customize.html - Customizing your checkout
 +
** http://docs.drupalcommerce.org/v2/checkout/checkout-pane-plugin.html - Creating a checkout pane plugin
 +
** http://docs.drupalcommerce.org/v2/checkout/creating-a-checkout-flow-plugin.html - Creating a checkout flow plugin
 +
* http://docs.drupalcommerce.org/v2/payments/index.html - Setting up payments
 +
** http://docs.drupalcommerce.org/v2/payments/available-payment-gateways.html - Available payment gateways
 +
** http://docs.drupalcommerce.org/v2/payments/install-a-payment-gateway.html - Install a payment gateway
 +
** http://docs.drupalcommerce.org/v2/payments/managing-order-payments.html - Managing order payments
 +
* http://docs.drupalcommerce.org/v2/recipes/index.html - Code Recipes
 +
** http://docs.drupalcommerce.org/v2/recipes/stores.html - Store recipes
 +
** http://docs.drupalcommerce.org/v2/recipes/variations.html - Product Variations and types
 +
** http://docs.drupalcommerce.org/v2/recipes/attributes.html - Product Attributes and Values
 +
** http://docs.drupalcommerce.org/v2/recipes/products.html - Products and types
 +
** http://docs.drupalcommerce.org/v2/recipes/orders.html - Orders and order items
 +
** http://docs.drupalcommerce.org/v2/recipes/state-machine-transitions.html - State Machine Transitions

Huidige versie van 3 apr 2017 om 11:21

Zie ook

Requirements

Composer

Drupal Commerce (DC) moet je installeren mbv. het PHP versioning-systeem composer. Hier de installatiehandleiding.

PHP-libraries - Algemeen

Ik gebruik PHP 7.0. Versie 7.1 gaf een vage maar vooral weinig vertrouwenswekkende foutmelding. Vandaar dat ik versie 7.0 gebruik. Deze libraries heb je zoal nodig (lijst is niet compleet). Na installatie van een library, moet je waarschijnlijk de server herstarten: sudo service apache2 restart.

php-bcmath

sudo apt-get install php7.0-bcmath # PHP 7.0
# sudo apt-get install php-bcmath  # PHP 7.1

php-curl

sudo apt-get install php7.0-curl # PHP 7.0
# sudo apt-get install curl      # PHP 7.1

Na herstart van de server, deed-ie 't nog steeds niet. Wel na herstarten van de computer. Zie ook [1]

php-gd

sudo apt-get install php7.0-gd # PHP 7.0
# sudo apt-get install gd      # PHP 7.1

Bronnen

php curl-library

Drupal Commerce 2.x - Officiële documentatie