Important
You are browsing the documentation for version 1.6 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.
System Requirements
OroCommerce is a web application which runs on a server. Users interact with the application via a web browser on any computer or mobile device that have access to the internet or the network where the server is hosted.
Server-side Requirements
Resources
Resources configuration depends on the data size and number of active users and integrations. Typical setup could be done on a single server with the minimum of 2 CPU cores, 2GB RAM and a fast hard drive (SSD is recommended). The application could scale to multiple servers and a separate database server based on the expected load.
Operating Systems
Linux distributions (RedHat, Ubuntu, Debian, CentOS) are recommended for the production setup. Windows 7 and above and Mac OS X can be used for the development environment.
Software
Oro applications are compatible with most web servers with PHP support, but we recommend the following configuration:
Web Server |
Web server configuration recommendations are well described in Symfony documentation |
PHP | |
PHP Settings | Few updates to default PHP configuration settings should be done in php.ini for the web server and CLI:
If the xdebug is installed (which is not recommended in the production setup):
By default, max_execution_time value equals 30 seconds. In case of using the Schema update option, it is recommended to increase this value. |
PHP Extensions |
|
Database |
Note Latest version of mariaDB may be used at one’s own risk. Oro applications are not tested with mariaDB and thus the correct operation cannot be guaranteed. |
Process Control |
|
Note
It is recommended to disable phar PHP extension to reduce the risk of PHP unserialization vulnerability.
Enterprise Edition Software
Enterprise edition is built to support better scale and performance. It is compatible with additional software configuration that allows to achieve these goals.
PHP Extensions |
|
Database |
|
Search Index |
|
Job Queue |
|
PostgreSQL Configuration
PostgreSQL uuid-ossp extension should be loaded for proper doctrine’s guid type handling. In order to enable it, one can connect to the database server and run the following sql query:
1 | CREATE EXTENSION "uuid-ossp";
|
Optional recommendations
- Node.js could be used for more efficient JS assets minification
- Tidy PHP extension should be installed to make sure that HTML is correctly converted into a text representation
- Redis - could be used for more efficient application caching. Supported versions of Redis from 2.0 to 3.2
- The performance of MySQL can be optimized by adjusting the configuration
Client-side Requirements
On the client side, Oro applications could be used with most of the graphical browsers on any operating system. Recommended and supported browsers are:
- Mozilla Firefox (latest)
- Google Chrome (latest)
- Microsoft Internet Explorer 11 and above
- Microsoft Edge (latest)
- Safari (latest)
Note
Any browser needs to have cookies and JavaScript turned on.