Comment on page
System Requirements
1. Server Requirements
- Apache, Nginx, or another compatible web server.
- PHP >= 8.0.2 >> Higher
- MySQL Database server 5.7.8.x
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Module Re_write server
- PHP_CURL Module Enable
Minimum server space and RAM or processor, or resources are required on the hosting plan: RAM 2G, 1 CPU, 10GB Disk

2. PHP Configuration
Open your php configuration file php.ini and change the following settings.
memory_limit = 64M
max_execution_time = 3000
If you are using Cpanel, you can follow this article to change your PHP memory limit settings https://chemicloud.com/kb/article/how-to-increase-the-php-memory-limit-in-cpanel/
NOTE
- If you use Apache as your web server:
- mod_rewrite should be enabled (for SEO to work);
- mod_headers should be enabled;
- mod_ssl should be enabled (for SSL to work);
- mod_security should be disabled; if you don’t want to disable it fully, configure it to work with CS-Cart as described in
<span class="pre">this</span> <span class="pre">file</span>
; - the .htaccess file should allow the following directives:`<span class="pre">DirectoryIndex</span>` `<span class="pre">Deny</span>` `<span class="pre">Allow</span>` `<span class="pre">Options</span>` `<span class="pre">Order</span>` `<span class="pre">AddHandler</span>` `<span class="pre">RewriteEngine</span>` `<span class="pre">RewriteBase</span>` `<span class="pre">RewriteCond</span>` `<span class="pre">RewriteRule</span>`
GD is included in PHP, however, PHP should be compiled with the
<span class="pre">--with-gd</span>
flag. The official PHP documentation has detailed installation instructions for GD. Please make sure your GD configuration includes the FreeType font library.On this project, we're using the latest Laravel version (currently 8.x). Please go to Laravel documentation page for more information.It’s based on Laravel framework, the root folder for it is /public. You shouldn’t install it on a sub-folder, use sub-domain is better than sub-folder. (we won’t support to install our product on sub-folder) .
Last modified 1yr ago