AITOM

Technical parameters

Basic parameteters for AitomCMS 5

  • Apache 2.4 or higher
  • PHP >=7.0 and < 7.3  (PHP >=5.6.0 and <7.1  for AitomCMS 5 <= v0.15.2)
  • Mysql 5.0.52 or higher,with support of InnoDB
  • Apache: rewrite_module, headers_module, filter_module, version_module, expires_module, include_module + .htaccess allowed
  • Apache:The possibility of setting Document Root folder into nested folders htdocs in project (optional, but security boost)
  • Rights for write into the folders
  • Server should support Locales and should support UTF-16

Konfiguration of PHP

  • post_max_size > 2MB, ideally 20MB, depeds of size of your files
  • upload_max_filesize > post_max_size
  • memory_limit at least 64MB, ideally 128MB
  • disabled magic_quotes_gpc, magic_quotes_runtime, register_globals, zend.ze1_compatibility_mode a session_autostart
  • allowed functions ini_set(), error_reporting(), flock()
  • available shell_exec (nepovinné - výhodou)

Required extensions PHP

  • GD extension, Bundled GD extension
  • Gettext
  • Curl
  • Reflection extension
  • SPL extension
  • PCRE extension
  • ICONV extension
  • PHP tokenizer
  • PDO extension
  • Multibyte String extension, Multibyte String function overloading
  • Fileinfo extension
  • OpenSSL
  • Zip
  • Mysqli
  • SOAP
  • php_intl (nepovinně)

 

You can check other hosting services via requirements-checkeru (or via requirements-checker for older version), which is based on Nette requirement checker and is expanded with specific libraries  from Aitom.

Other requirements - Nette requirements

Stránka se načítá...