Is there anyone out there who is developing MODx websites and have already done this?
I need to set up my QNAP server to host MODx website development.
The php and MySQL servers need to be configured, but I'm not sure how to do this without possibly breaking something.
Any help much appreciated.
The MODx server requirements are:
PHP Compatibility
5.1.2 and above (excluding 5.1.6 and 5.2.0)
Required extensions:
zlib
JSON (or PECL library)
mod_rewrite (for friendly URLs/.htaccess)
GD lib (required for captcha and file browser)
PDO, specifically pdo_mysql (for xPDO)
ImageMagick (for thumbnails)
SimpleXML
cURL (for Package Management)
safe_mode off
register_globals off
magic_quotes_gpc off
PHP memory_limit 24MB or more, depending on your server
PHP Configuration Options
./configure --with-apxs2=/usr/local/bin/apxs --with-mysql --prefix=/usr/local --with-pdo-mysql --with-zlib
MySQL Database Requirements
4.1.20 or newer, with the following permissions:
SELECT, INSERT, UPDATE, DELETE are required for normal operation
CREATE, ALTER, INDEX, DROP are required for installation/upgrades and potentially for various add-ons
CREATE TEMPORARY TABLES may be used by some 3rd party add-ons
excludes version 5.0.51 (Why not 5.0.51?)
MyISAM storage engine
News