Table of Contents

Server Requirements and Apache Modules

Server Requirements

  1. UNIX/Linux host
  2. PHP 5.2+
  3. Apache - See below for modules used

Apache & PHP: Required Modules

Required Modules

SimpleXML is used by GetSimpleCMS for efficient XML document manipulation.
The extension is enabled by default in most distros. To be sure for local development, open a terminal and list all PHP modules by typing:

php -m

For remote servers, upload a file phpinfo.php with the following contents:

<?php phpinfo(INFO_MODULES); ?>

..navigate to it in the browser, and search for SimpleXML. If SimpleXML is not in the list, you need to install it.

Important but not Absolutely Required Modules

Links

Back to the GetSimple Wiki Contents Page

Pages in this Section

Installation