• France
status page
demonstrations
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Activation from command-line interface

Before you begin, make sure you have read the Magento documentation:

http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli.html

  1. Start the command interpreter (BASH shell).
  2. Change to your Magento installation directory
    cd <your Magento install dir>
  3. Enable the module:
    php bin/magento module:enable --clear-static-content Lyranetwork_Sogecommerce
  4. Start the update of the database:
    php bin/magento setup:upgrade
  5. Generate and pre-compile classes:
    php bin/magento setup:di:compile
  6. Deploy static files:
    php bin/magento setup:static-content:deploy [locale]
    [locale] should be replaced by ISO-639 language codes for which to output static view files.
    Example: fr_FR for French, en_GB for English.
© 2025 {'|'} All rights reserved to Sogecommerce
25.18-1.11