NOTE: be careful when copying and pasting that you don't accidentally copy over line breaks.
TIS USING MACOS VENTURA (should work on earlier versions as well):
1. Download TheCompleteTLCFSM2021.iso (most current iso as of the time of this writing).
2. Mount the iso file by double-clicking on it from within any Finder window. This will mount the iso as /Volumes/Complete Land Cr/
Note: Unless you create a persistent mount, or extract the entire contents of the iso to a properly named directory on your local device, step 2 will need to be performed every time you wish to access your TIS after any reboot on your Mac device.
3. Open the Terminal app (Launchpad --> Other --> Terminal)
4. Modify /etc/apache2/httpd.conf as follows:
sudo vi /etc/apache2/httpd.conf
CHANGE FROM:
DocumentRoot ""
<Directory "/Library/WebServer/Documents">
CHANGE TO:
DocumentRoot "/Volumes/Complete Land Cr"
<Directory "/Volumes/Complete Land Cr">
Alternatively, one can extract the iso to a local directory and modify their httpd.conf file appropriately to allow for automatic loading of TIS at each boot, however, this is a simple howto designed to get someone quick and dirty TIS access. Technically, macOS mounts iso images by way of the underlying hdiutil command.
THEN:
5. sudo chmod +a "_www allow execute" ~
6. sudo apachectl configtest
7. sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
8. sudo apachectl graceful
THEN:
9. Open a web browser and enter "
http://localhost" into the address bar. You should have full TIS.
Enjoy!
X