Here’s a video of me installing the MODx content management system. In case it wasn’t clear why I was doing this series, I REALLY like MODx and I find it the easiest CMS to work with both as a PHP developer and as a front-end designer. The video is my small contribution to make it easier to install this nifty CMS, and sometimes less is more. There are already a lot of high quality resources available for anyone who wants to try out this CMS. See the references below.
[blip.tv ?posts_id=1679175&dest=-1] - Sorry, blip.tv is now dead. :-(
There are already a lot of resources available to help people install MODx. Here is a list of what I feel are the most useful:
Download MODx here: https://modx.com/download (obviously, you need to be able to download it before you do anything else)
Official Documentation: https://docs.modx.com/
Wiki: It’s a wonderful resource with a whole section for installation.
Bob’s Guides: https://bobsguides.com/installing-modx.html — Bob is very active in the MODx forums and he knows what he’s talking about.
Nearly all the problems I’ve had in the 20 or 30 MODx installations that I’ve done have stemmed from webserver permissions. Basically, Apache needs to be able read every file and write to certain directories. MODx is very verbose about which files and directories it wants to see, so this is usually easy to fix.
The other problems I’ve run into have only been on dedicated servers that I setup. I’m not a Linux guru (well, except in those really wild fantasies where I’m on a Lear jet with scantily clad foreign courtesans), so some of these “problems” are more like “no-sh*t-Sherlock” annoyances for those with more experience, but they’ve boiled down to simply installing the correct PHP modules.
-- Everett Griffiths