Add something like this to _config.php (as appropriate, :
$SITE_INFO['custom_file_base'] = '/Library/WebServer/Documents/composr_demonstratr';
$SITE_INFO['custom_base_url'] = 'http://localhost/demonstratr';
Make the demonstratr under your webroot.
Once this is done, Composr will be running with the main code files in one place, and all customisations in the demonstratr folder. Composr should be called from the normal URL of your install.
This isn't actually Demonstratr, but it will trigger the same underlying segregation code, which is the complex part of it.
Add something like this to _config.php (as appropriate, :
$SITE_INFO['custom_file_base'] = '/Library/WebServer/Documents/composr_demonstratr';
$SITE_INFO['custom_base_url'] = 'http://localhost/demonstratr';
Make the demonstratr under your webroot.
Once this is done, Composr will be running with the main code files in one place, and all customisations in the demonstratr folder. Composr should be called from the normal URL of your install.
This isn't actually Demonstratr, but it will trigger the same underlying segregation code, which is the complex part of it.