System Requirements

1456 views Updated 37 minutes ago

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 this file;

    • the .htaccess file should allow the following directives:

      DirectoryIndex Deny Allow Options Order
      AddHandler RewriteEngine RewriteBase RewriteCond RewriteRule

GD is included in PHP, however, PHP should be compiled with the --with-gd 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) .

Was this article helpful?

Need more help?

Can't find what you're looking for? Submit a support ticket.

Contact Support