User Tools

Site Tools


installation:requirements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
installation:requirements [2017/02/21 18:26]
Timbow simplification
installation:requirements [2018/08/25 00:10]
plahpoy [Server Requirements]
Line 10: Line 10:
   * Windows hosting has been tested successfully,​ with minor limitations.   * Windows hosting has been tested successfully,​ with minor limitations.
   * Nginx working (tested on Debian Lenny and Squeeze) with minor tweaks.   * Nginx working (tested on Debian Lenny and Squeeze) with minor tweaks.
 +**Would be nice to know where the minor tweaks are as I can get nothing working past the first level of pages eg:​www.mydomain.com/​blah/​ works and www.mydomain.com/​blah/​page2/​ does not (404)**
  
 ===== Apache & PHP: Required Modules ===== ===== Apache & PHP: Required Modules =====
-==== Absolutely ​Required Modules ====+==== Required Modules ====
  
-  ​* [[http://​www.php.net/​manual/​en/​simplexml.installation.php|SimpleXML]] ​- This module ​is necessary as GetSimple relies on XML to store it's data.  +**[[http://​www.php.net/​manual/​en/​book.simplexml.php|SimpleXML]]** is used by GetSimpleCMS for efficient ​XML document manipulation.\\ 
-    * If you do not have this installed, you will not be able to use GetSimple.+The extension is enabled by default in most distrosTo 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 [[http://​www.php.net/​manual/​en/​simplexml.installation.php|install it]].
 +\\
 ==== Important but not Absolutely Required Modules==== ==== Important but not Absolutely Required Modules====
  
installation/requirements.txt · Last modified: 2019/12/16 18:49 by datiswous