Skip to content

Quick Installation Information for Experienced Drupal Admins

Steve Taylor edited this page May 15, 2023 · 5 revisions

Quick Install Details for Experienced Drupal Admins

  • Mukurtu CMS installs exactly like Drupal but uses a custom install profile.
  • Mukurtu CMS requires PHP 7.4, 8.0, or 8.1. If using PHP 8, it is recommended to disable deprecation warnings.
  • Fill out your database details in sites/default/settings.php file before installation for best results.

PHP settings

  • Ideally memory_limit = 256M. Mukurtu CMS will install with a lower memory limit, but you may run into resource exhaustion issues for some operations on larger sites.
  • Consider raising max_execution_time above 30 seconds, especially if on a slower system or during installation. For production systems, post_max_size and upload_max_filesize should be raised to accommodate for media uploads.
  • Consider raising the value of max_input_vars.

MySQL/MariaDB Settings

  • Ideally max_allowed_packet = 128M or higher for production use. For testing with small content sets, 32M should work.