Important

You are browsing the documentation for version 3.1 of OroCommerce, OroCRM and OroPlatform, which is no longer maintained. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

Add OroCommerce Capabilities to an OroCRM Application

Note

Before installing OroCommerce over OroCRM, you should change default parameter web_backend_prefix to some non-empty prefix that should start with “/” and should not end with “/”, for instance “/admin”.

Warning

To avoid access permissions issues, please review the Symfony Setting up or Fixing File Permissions guide before running any commands. On top of that, consider running the command(s) below with sudo -u [web server user name] prefix.

To install OroCommerce and OroCRM from scratch, please install OroCommerce application that has OroCRM capabilities embedded out-of the-box.

To add OroCommerce to an existing instance of OroCRM, please follow the ordinary OroCRM upgrade process and ensure you add the OroCommerce package as a dependency during the step 5. Once the upgrade process is complete, please run following commands to add necessary initial OroCommerce configuration:

bin/console oro:config:update oro_website.url https://unsecure.url
bin/console oro:config:update oro_website.secure_url http://secure.url

where https://unsecure.url and http://secure.url are urls for the OroCommerce storefront.