Filesystem Layout
/Library/StartupItems/Zope /usr/local/apache -> /etc/httpd/ /usr/local/zope -> /Volumes/Zope/ /usr/local/zope/2.7.3 /usr/local/zope/htdocs /usr/local/zope/instanceThe most paranoid among you will want to avoid using symlinks. However, I believe this is fairly standard practice. And in fact, upgrading is much easier if, for example, you link from zope/2.7.3 to zope/zope, and use that to make your instance. The same could/should be done with your python interpreter. This, however, is not an OS X-specific topic, and is better dealt with in detail elsewhere. And on that note, "let's wrap this up":conclusion.
Notes [8] We used Apple's built-in software RAID, which only supports RAIDs 0 and 1. Apple RAID is managed with the Disk Utility (Applications > Utilities > Disk Utility). The nav is a little goofy, but once I figured it out the actual config went fine. [9] I learned a hard lesson here: in trying to remove this symlink I accidentally removed the httpd directory! If you include the trailing slash when referring to a link that points to a directory, then you are actually referring to the source directory itself. Whatever version of bash was installed gave me the trailing slash on the first tab-completion, and well, it was late, and I eventually added a '-r' to the 'rm'! I spent the whole next morning on-site reinstalling Apache (it's on Disc 2, part of Server Essentials ;^) ). Of course, since I was just trying to rename the link I should have used 'mv' in the first place. And *that*, boys and girls, is how we learn Unix!

