unzip modx-0.9.6.zip
mv modx-0.9.6 /webroot/modx
cd /webroot/modx chown -R httpd:httpd modx/
create database modx; grant all privileges on egroupware.* to egroupware@localhost identified by'password'; FLUSH PRIVILEGES;
http://localhost/modx/
Configuration warning: 'register_globals is set to ON in your php.ini configuration file'
mv ht.access .htaccess
#php_flag register_globals Off
http://modxcms.com/forums/index.php#10