MODx SQL template, chunk, snippet, category install script
I really needed a script that would work like a resource installer to install some basic templates, chunks, snippets, and categories that I always use when developing in MODx. This SQL script will install home page and inside page templates, a head, banner, content, and footer chunk to be used with those templates, some snippets, and some categories. This works with MODx 0.9.5. I plan on taking this basic SQL script and creating some kind of module with it in the future (perhaps called Resource Installer), but this is the down and dirty version. Let me know if you would be interested in a module like that and what features you think it would need.

Pingback by Auto Site Start MODx Resource Install Script
on 12 Sep 2007 at 2:50 pm #
[...] A while back I posted an sql install script that I use for MODx that I called ResourceInstaller. My plans of creating a module based around this script haven’t materialized into anything yet, but the script has evolved a bit. I’ve renamed the sql script to AutoSiteStart because there was another project named similar to ResourceInstaller, and this script now installs more than resources. I wanted to take the time to post the sql script I’m using now since I think it shows a great way to get your development automated using MODx. [...]